File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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
9
2
// 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
13
3
//
14
4
// RUN: %{build} %level_zero_options -o %t.out
15
5
// RUN: env ZES_ENABLE_SYSMAN=1 %{run} %t.out 2>&1 | FileCheck %s
You can’t perform that action at this time.
0 commit comments