Skip to content

Commit

Permalink
[Libomptarget] Disable the 'mapping/prelock.cpp' test on AMDGPU
Browse files Browse the repository at this point in the history
Summary:
This test was not functional on the new plugins, now that the old ones
have been deleted it doesn't work. Disable until we get a fix.
  • Loading branch information
jhuber6 committed Jul 6, 2023
1 parent 015dabd commit b420e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmp/libomptarget/test/mapping/prelock.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// RUN: %libomptarget-compilexx-generic
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=0 %libomptarget-run-generic %fcheck-generic
// RUN: %libomptarget-run-generic %fcheck-generic

// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: nvptx64-nvidia-cuda
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
// UNSUPPORTED: amdgcn-amd-amdhsa

#include <cstdio>

Expand Down

0 comments on commit b420e0e

Please sign in to comment.