File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6
6
// Extra run to check for immediate-command-list in Level Zero
7
7
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
8
8
9
+ // UNSUPPORTED: level_zero_v2_adapter
10
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
11
+
9
12
// This test checks the profiling of an event returned
10
13
// from graph submission with event::get_profiling_info().
11
14
// It first tests a graph made exclusively of memory operations,
Original file line number Diff line number Diff line change 6
6
// Extra run to check for immediate-command-list in Level Zero
7
7
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
8
8
9
+ // UNSUPPORTED: level_zero_v2_adapter
10
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
11
+
9
12
// This test checks the profiling of an event returned
10
13
// from graph submission with event::get_profiling_info().
11
14
// It first tests a graph made exclusively of memory operations,
Original file line number Diff line number Diff line change 1
1
config.required_features += [' aspect-ext_oneapi_graph' ]
2
+ # V2 does not have support for MCL yet
3
+ config.unsupported_features += [' level_zero_v2_adapter' ]
Original file line number Diff line number Diff line change 1
1
# https://github.com/intel/llvm/issues/17165
2
2
if ' windows' in config.available_features:
3
3
config.unsupported_features += [' arch-intel_gpu_bmg_g21' ]
4
- config.unsupported_features += [' level_zero_v2_adapter' ]
You can’t perform that action at this time.
0 commit comments