[llvm-branch-commits] [llvm] [openmp] [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (PR #164392)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 21 12:34:14 PDT 2025
================
@@ -21,6 +21,8 @@ template <typename T> using Constant = __gpu_constant T;
template <typename T> using Local = __gpu_local T;
template <typename T> using Global = __gpu_local T;
+#define omp_invalid_device -2
----------------
ro-i wrote:
done
https://github.com/llvm/llvm-project/pull/164392
More information about the llvm-branch-commits
mailing list