================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
