[AMDGPU] Added missing gfx1031 cases to CGOpenMPRuntimeGPU.cpp

This commit is contained in:
Stanislav Mekhanoshin 2020-08-05 12:39:03 -07:00
parent ea7d0e2996
commit 105608a4c2
1 changed files with 2 additions and 0 deletions

View File

@ -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: