[llvm] [OpenMP] Replace most GPU helpers with ones from <gpuintrin.h> (PR #125771)

Jon Chesterfield via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 10:19:00 PST 2025


================
@@ -155,19 +156,6 @@ typedef enum omp_allocator_handle_t {
 #define __PRAGMA(STR) _Pragma(#STR)
 #define OMP_PRAGMA(STR) __PRAGMA(omp STR)
 
-#define SHARED(NAME)                                                           \
----------------
JonChesterfield wrote:

This macro marked things uninitialised

https://github.com/llvm/llvm-project/pull/125771


More information about the llvm-commits mailing list