Skip to content

Commit ff219eb

Browse files
authored
[SYCL][E2E] Re-enable test with aspect ext_intel_free_memory (#16149)
Re-enbling test `Plugin/level_zero_device_free_mem.cpp` based on `ext_intel_free_memory` aspect.
1 parent 74b54b4 commit ff219eb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

sycl/test-e2e/Adapters/level_zero_device_free_mem.cpp

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
// https://github.com/intel/llvm/issues/14244
2-
// sycl-ls --verbose shows the "ext_intel_free_memory" aspect if
3-
// ZES_ENABLE_SYSMAN=1 is set, but also is sysman init is supported,
4-
// so this test is missed if it requires aspect-ext_intel_free_memory.
5-
6-
// Since gen9 and get12 don't support this query,
7-
// so requiring DG2. There may be more devices in our CI supporting this aspect.
8-
// REQUIRES: gpu-intel-dg2
1+
// REQUIRES: aspect-ext_intel_free_memory
92
// REQUIRES: level_zero, level_zero_dev_kit
10-
// UNSUPPORTED: gpu-intel-gen12
11-
// UNSUPPORTED-INTENDED: The query of free memory is not supported on integrated
12-
// devices
133
//
144
// RUN: %{build} %level_zero_options -o %t.out
155
// RUN: env ZES_ENABLE_SYSMAN=1 %{run} %t.out 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)