Skip to content

Commit 181c4c3

Browse files
authored
[OpenMP][Fix] Require USM capability in force-usm test (#79059)
This should fix the AMDGPU buildbot breakage from #76571
1 parent 4cb90ca commit 181c4c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/libomptarget/test/offloading/force-usm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: env HSA_XNACK=1 LIBOMPTARGET_INFO=32 \
77
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefix=FORCE-USM
88
//
9+
// REQUIRES: unified_shared_memory
10+
//
911
// UNSUPPORTED: nvptx64-nvidia-cuda
1012
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
1113
// clang-format on

0 commit comments

Comments
 (0)