We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289a0f2 commit ab34d71Copy full SHA for ab34d71
clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
@@ -900,11 +900,7 @@ CGOpenMPRuntimeGPU::CGOpenMPRuntimeGPU(CodeGenModule &CGM)
900
void CGOpenMPRuntimeGPU::emitProcBindClause(CodeGenFunction &CGF,
901
ProcBindKind ProcBind,
902
SourceLocation Loc) {
903
- // Do nothing in case of SPMD mode and L0 parallel.
904
- if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD)
905
- return;
906
-
907
- CGOpenMPRuntime::emitProcBindClause(CGF, ProcBind, Loc);
+ // Nothing to do.
908
}
909
910
void CGOpenMPRuntimeGPU::emitNumThreadsClause(CodeGenFunction &CGF,
0 commit comments