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 2cb74a1 commit ecfbac8Copy full SHA for ecfbac8
sycl/test-e2e/VirtualMem/memory_granularity.cpp
@@ -1,5 +1,9 @@
1
// REQUIRES: aspect-ext_oneapi_virtual_mem
2
3
+// This test checks whether memory granularity returned is greater then 0 and
4
+// that the recommended granularity is the same size or greater than the minimum
5
+// granularity for virtul memory extension.
6
+
7
// RUN: %{build} -o %t.out
8
// RUN: %{run} %t.out
9
0 commit comments