[llvm] [Offload] Refactor offload test requirements (PR #95196)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 18:15:10 PDT 2024


================
@@ -2,7 +2,7 @@
 // RUN: %libomptarget-run-generic %fcheck-generic
 
 // REQURIES: gpu
-// UNSUPPORTED: nvidia-gpu
+// UNSUPPORTED: nvidiagpu
 // UNSUPPORTED: amdgcn-amd-amdhsa
----------------
jhuber6 wrote:

Seems weird that we're doing `nvidia-gpu` instead of `nvptx64-nvidia-cuda` or `just `nvptx` when there's `amdgcn` right below it. I don't think there's a particular need to distinguish between the NVPTX triple and the NVPTX triple on a GPU.

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


More information about the llvm-commits mailing list