File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
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
9- // 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
1+ // REQUIRES: aspect-ext_intel_free_memory
132//
143// RUN: %{build} %level_zero_options -o %t.out
154// RUN: env ZES_ENABLE_SYSMAN=1 %{run} %t.out 2>&1 | FileCheck %s
2514using namespace sycl ;
2615
2716int main () {
28- return 1 ;
17+ assert (false && " Check for failure" );
18+
2919 queue Queue;
3020 auto dev = Queue.get_device ();
3121 std::cout << " Device: " << dev.get_info <info::device::name>() << std::endl;
You can’t perform that action at this time.
0 commit comments