Skip to content

Commit 6590917

Browse files
authored
[OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949)
The tests doesn't seem to work for NVIDIA so disabling it for now.
1 parent 45657e8 commit 6590917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// REQUIRES: libomptarget-debug
66

7+
// UNSUPPORTED: nvptx64-nvidia-cuda
8+
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
9+
710
#include <stdio.h>
811
#include <stdlib.h>
912

0 commit comments

Comments
 (0)