Skip to content

Commit

Permalink
[OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (llvm#75949
Browse files Browse the repository at this point in the history
)

The tests doesn't seem to work for NVIDIA so disabling it for now.
  • Loading branch information
doru1004 authored Dec 19, 2023
1 parent 45657e8 commit 6590917
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

// REQUIRES: libomptarget-debug

// UNSUPPORTED: nvptx64-nvidia-cuda
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO

#include <stdio.h>
#include <stdlib.h>

Expand Down

0 comments on commit 6590917

Please sign in to comment.