Skip to content

Conversation

RossBrunton
Copy link
Contributor

This was added in #154105 , but was not added to the plugin interface's
list of valid modes.

This was added in llvm#154105 , but was not added to the plugin interface's
list of valid modes.
@llvmbot
Copy link
Member

llvmbot commented Aug 29, 2025

@llvm/pr-subscribers-offload

Author: Ross Brunton (RossBrunton)

Changes

This was added in #154105 , but was not added to the plugin interface's
list of valid modes.


Full diff: https://github.com/llvm/llvm-project/pull/155990.diff

1 Files Affected:

  • (modified) offload/plugins-nextgen/common/include/PluginInterface.h (+1)
diff --git a/offload/plugins-nextgen/common/include/PluginInterface.h b/offload/plugins-nextgen/common/include/PluginInterface.h
index 2c01ed219b29c..f0c05a1b90716 100644
--- a/offload/plugins-nextgen/common/include/PluginInterface.h
+++ b/offload/plugins-nextgen/common/include/PluginInterface.h
@@ -417,6 +417,7 @@ struct GenericKernelTy {
     case OMP_TGT_EXEC_MODE_SPMD:
     case OMP_TGT_EXEC_MODE_GENERIC:
     case OMP_TGT_EXEC_MODE_GENERIC_SPMD:
+    case OMP_TGT_EXEC_MODE_SPMD_NO_LOOP:
       return true;
     }
     return false;

Copy link
Contributor

@kevinsala kevinsala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RossBrunton RossBrunton merged commit 32beea0 into llvm:main Sep 1, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants