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

Ethan Luis McDonough via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 10:27:35 PDT 2024


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

I'm just not sure where this test is supposed to be run. The test is unsupported on host targets, `amdgcn-amd-amdhsa`, and NVIDIA targets. Ideally we would only include the platform its meant to run on, but I'm not sure what platform that is.

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


More information about the llvm-commits mailing list