[PATCH] D141232: [OpenMP] Modernize the kernel launching interface and APIs

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 15 12:15:34 PST 2023


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/include/omptarget.h:134
+  uint32_t ThreadLimit[3]; // The number of threads (for x,y,z dimension)
+  uint32_t DynCGroupMem;  // Amount of dynamic cgroup memory requested.
 };
----------------
While I'm here, I will also add an `uint64_t` field for the "stream" (or similar) passed to cuda/hip kernels. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141232/new/

https://reviews.llvm.org/D141232



More information about the llvm-commits mailing list