We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc17d4 commit 537fd11Copy full SHA for 537fd11
sycl/test-e2e/USM/memory_coherency_hip.cpp
@@ -2,9 +2,6 @@
2
// REQUIRES: hip_amd
3
// RUN: %{run} %t1.out
4
5
-// TODO: Reenable, see https://github.com/intel/llvm/issues/14742
6
-// UNSUPPORTED: windows, linux
7
-
8
//==---- memory_coherency_hip.cpp -----------------------------------------==//
9
// USM coarse/fine grain memory coherency test for the HIP-AMD backend.
10
//
@@ -117,7 +114,7 @@ int main() {
117
114
118
115
// Hint to use fine-grain memory.
119
116
q.mem_advise(ptr, sizeof(int),
120
- int{UR_USM_ADVICE_FLAG_UNSET_NON_COHERENT_MEMORY});
+ int{UR_USM_ADVICE_FLAG_CLEAR_NON_COHERENT_MEMORY});
121
122
init_val = 1;
123
expected = 4;
0 commit comments