Skip to content

Commit aabe45a

Browse files
authored
[SYCL][E2E] Update freemem test (#14246)
1 parent 3eef33b commit aabe45a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
// REQUIRES: aspect-ext_intel_free_memory
1+
// 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
27
// REQUIRES: level_zero, level_zero_dev_kit
38
// UNSUPPORTED: gpu-intel-gen9, gpu-intel-gen12
49
// The query of free memory is not supported on integrated devices

0 commit comments

Comments
 (0)