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 787e3c8 commit 49f856cCopy full SHA for 49f856c
SYCL/USM/shared_read_only.cpp
@@ -11,7 +11,9 @@ int main() {
11
auto *p2 = sycl::malloc_shared<float>(42, q);
12
13
// CHECK: zeMemAllocShared
14
- // CHECK: {{zeCommandListAppendMemAdvise.*ZE_MEMORY_ADVICE_SET_READ_MOSTLY}}
+ // TODO: The following has issues in underlying Level Zero RT and thus isn't
15
+ // used:
16
+ // {{zeCommandListAppendMemAdvise.*ZE_MEMORY_ADVICE_SET_READ_MOSTLY}}
17
// CHECK: {{zeCommandListAppendMemAdvise.*ZE_MEMORY_ADVICE_SET_PREFERRED_LOCATION*}}
18
19
// CHECK-NOT: MemAdvise
0 commit comments