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 3eef33b commit aabe45aCopy full SHA for aabe45a
sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp
@@ -1,4 +1,9 @@
1
-// REQUIRES: aspect-ext_intel_free_memory
+// https://github.com/intel/llvm/issues/14244
2
+// sycl-ls --verbose shows the "ext_intel_free_memory" aspect only if
3
+// ZES_ENABLE_SYSMAN=1 is set, so this test is missed if it requires
4
+// aspect-ext_intel_free_memory. Since gen9 and get12 don't support this query,
5
+// so requiring DG2. There may be more devices in our CI supporting this aspect.
6
+// REQUIRES: gpu-intel-dg2
7
// REQUIRES: level_zero, level_zero_dev_kit
8
// UNSUPPORTED: gpu-intel-gen9, gpu-intel-gen12
9
// The query of free memory is not supported on integrated devices
0 commit comments