Skip to content

Commit 537fd11

Browse files
authored
[SYCL-E2E] Rename UNSET -> CLEAR in memory_coherency_hip.cpp (#14914)
Closes: #14742
1 parent 7fc17d4 commit 537fd11

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/test-e2e/USM/memory_coherency_hip.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// REQUIRES: hip_amd
33
// RUN: %{run} %t1.out
44

5-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14742
6-
// UNSUPPORTED: windows, linux
7-
85
//==---- memory_coherency_hip.cpp -----------------------------------------==//
96
// USM coarse/fine grain memory coherency test for the HIP-AMD backend.
107
//
@@ -117,7 +114,7 @@ int main() {
117114

118115
// Hint to use fine-grain memory.
119116
q.mem_advise(ptr, sizeof(int),
120-
int{UR_USM_ADVICE_FLAG_UNSET_NON_COHERENT_MEMORY});
117+
int{UR_USM_ADVICE_FLAG_CLEAR_NON_COHERENT_MEMORY});
121118

122119
init_val = 1;
123120
expected = 4;

0 commit comments

Comments
 (0)