[Openmp-commits] [openmp] [OpenMP] Fix or disable NVPTX tests failing currently (PR #77844)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 11 16:14:53 PST 2024
================
@@ -3,7 +3,7 @@
// complaint anymore, especially when the user isn't targeting CUDA.
// RUN: %libomptarget-compile-generic
-// RUN: env CUDA_VISIBLE_DEVICES= \
+// RUN: env CUDA_VISIBLE_DEVICES="" ROCR_VISIBLE_DEVICES="" \
----------------
Meinersbur wrote:
Added `ROCR_VISIBLE_DEVICES` is not for NVPTX.
https://github.com/llvm/llvm-project/pull/77844
More information about the Openmp-commits
mailing list