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.
SPMD_NO_LOOP
1 parent f1032f0 commit 32beea0Copy full SHA for 32beea0
offload/plugins-nextgen/common/include/PluginInterface.h
@@ -417,6 +417,7 @@ struct GenericKernelTy {
417
case OMP_TGT_EXEC_MODE_SPMD:
418
case OMP_TGT_EXEC_MODE_GENERIC:
419
case OMP_TGT_EXEC_MODE_GENERIC_SPMD:
420
+ case OMP_TGT_EXEC_MODE_SPMD_NO_LOOP:
421
return true;
422
}
423
return false;
0 commit comments