Skip to content

Commit d2f4596

Browse files
authored
[SYCL][E2E] Enable graph tests for L0 v2 adapter (#17756)
The V2 adapter now has all required functionality.
1 parent 6e3a0ef commit d2f4596

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

sycl/test-e2e/Graph/Profiling/event_profiling_info.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Extra run to check for immediate-command-list in Level Zero
77
// 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 %}
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
11+
912
// This test checks the profiling of an event returned
1013
// from graph submission with event::get_profiling_info().
1114
// It first tests a graph made exclusively of memory operations,

sycl/test-e2e/Graph/Profiling/event_profiling_info_usm.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Extra run to check for immediate-command-list in Level Zero
77
// 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 %}
88

9+
// UNSUPPORTED: level_zero_v2_adapter
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760
11+
912
// This test checks the profiling of an event returned
1013
// from graph submission with event::get_profiling_info().
1114
// It first tests a graph made exclusively of memory operations,
+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
config.required_features += ['aspect-ext_oneapi_graph']
2+
# V2 does not have support for MCL yet
3+
config.unsupported_features += ['level_zero_v2_adapter']

sycl/test-e2e/Graph/lit.local.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# https://github.com/intel/llvm/issues/17165
22
if 'windows' in config.available_features:
33
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
4-
config.unsupported_features += ['level_zero_v2_adapter']

0 commit comments

Comments
 (0)