Skip to content

Commit 32beea0

Browse files
authored
[OpenMP][Offload] Mark SPMD_NO_LOOP as a valid exec mode (#155990)
This was added in #154105 , but was not added to the plugin interface's list of valid modes.
1 parent f1032f0 commit 32beea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

offload/plugins-nextgen/common/include/PluginInterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ struct GenericKernelTy {
417417
case OMP_TGT_EXEC_MODE_SPMD:
418418
case OMP_TGT_EXEC_MODE_GENERIC:
419419
case OMP_TGT_EXEC_MODE_GENERIC_SPMD:
420+
case OMP_TGT_EXEC_MODE_SPMD_NO_LOOP:
420421
return true;
421422
}
422423
return false;

0 commit comments

Comments
 (0)