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 3c28259 commit 14ba9e7Copy full SHA for 14ba9e7
SYCL/USM/shared_read_only.cpp
@@ -11,7 +11,7 @@ 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: Level Zero doesn't have API to communicate read-only guarantee yet.
15
// CHECK: {{zeCommandListAppendMemAdvise.*ZE_MEMORY_ADVICE_SET_PREFERRED_LOCATION*}}
16
17
// CHECK-NOT: MemAdvise
0 commit comments