[Openmp-commits] [openmp] [OpenMP] Fix or disable NVPTX tests failing currently (PR #77844)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 2 18:23:53 PST 2024


================
@@ -4,7 +4,10 @@
 // UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
 
 // Fails on amdgpu with error: GPU Memory Error
+// Fails on nvptx with error: an illegal memory access was encountered
 // XFAIL: amdgcn-amd-amdhsa
+// XFAIL: nvptx64-nvidia-cuda
----------------
shiltian wrote:

probably nvptx fixed the issue in some version. this can constantly pass on my local machine.

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


More information about the Openmp-commits mailing list