[Openmp-commits] [openmp] [NFC][OpenMP][Flang] Add smoke test for omp target parallel (PR #77579)

Kareem Ergawy via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 10 02:56:29 PST 2024


================
@@ -0,0 +1,21 @@
+! Basic offloading test with a target region
+! REQUIRES: flang
+! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
+! UNSUPPORTED: aarch64-unknown-linux-gnu
+! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
+! UNSUPPORTED: x86_64-pc-linux-gnu
+! UNSUPPORTED: x86_64-pc-linux-gnu-LTO
----------------
ergawy wrote:

nit: can we replace this with:
```
! REQUIRES: flang, amdgcn-amd-amdhsa
```
?

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


More information about the Openmp-commits mailing list