[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 16:33:58 PDT 2024
================
@@ -105,6 +105,13 @@ uint32_t getMaxTeamThreads(bool IsSPMD);
/// Return the number of processing elements on the device.
uint32_t getNumberOfProcessorElements();
+uint32_t getSimdLen();
+uint32_t getSimdGroup();
+uint32_t getSimdLane();
+bool isSimdLeader();
+uint32_t getNumSimdGroups();
+LaneMaskTy simdmask();
----------------
jdoerfert wrote:
Documentation for these?
https://github.com/llvm/llvm-project/pull/91261
More information about the llvm-commits
mailing list