forked from OSchip/llvm-project
[AMDGPU] Added missing gfx1031 cases to CGOpenMPRuntimeGPU.cpp
This commit is contained in:
parent
ea7d0e2996
commit
105608a4c2
|
@ -5014,6 +5014,7 @@ void CGOpenMPRuntimeGPU::processRequiresDirective(
|
|||
case CudaArch::GFX1011:
|
||||
case CudaArch::GFX1012:
|
||||
case CudaArch::GFX1030:
|
||||
case CudaArch::GFX1031:
|
||||
case CudaArch::UNKNOWN:
|
||||
break;
|
||||
case CudaArch::LAST:
|
||||
|
@ -5074,6 +5075,7 @@ static std::pair<unsigned, unsigned> getSMsBlocksPerSM(CodeGenModule &CGM) {
|
|||
case CudaArch::GFX1011:
|
||||
case CudaArch::GFX1012:
|
||||
case CudaArch::GFX1030:
|
||||
case CudaArch::GFX1031:
|
||||
case CudaArch::UNKNOWN:
|
||||
break;
|
||||
case CudaArch::LAST:
|
||||
|
|
Loading…
Reference in New Issue