[Openmp-commits] [openmp] 6590917 - [OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949)

via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 19 08:58:15 PST 2023


Author: Gheorghe-Teodor Bercea
Date: 2023-12-19T11:58:10-05:00
New Revision: 65909177e37ca2e3b821ea74c9876e7947b7be6f

URL: https://github.com/llvm/llvm-project/commit/65909177e37ca2e3b821ea74c9876e7947b7be6f
DIFF: https://github.com/llvm/llvm-project/commit/65909177e37ca2e3b821ea74c9876e7947b7be6f.diff

LOG: [OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949)

The tests doesn't seem to work for NVIDIA so disabling it for now.

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
index ae8fed97c46422..befed120ca1385 100644
--- a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
+++ b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
@@ -4,6 +4,9 @@
 
 // REQUIRES: libomptarget-debug
 
+// UNSUPPORTED: nvptx64-nvidia-cuda
+// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
+
 #include <stdio.h>
 #include <stdlib.h>
 


        


More information about the Openmp-commits mailing list