Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Profiling/event_profiling_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760

// This test checks the profiling of an event returned
// from graph submission with event::get_profiling_info().
// It first tests a graph made exclusively of memory operations,
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/Profiling/event_profiling_info_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}

// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17760

// This test checks the profiling of an event returned
// from graph submission with event::get_profiling_info().
// It first tests a graph made exclusively of memory operations,
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Graph/Update/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
config.required_features += ['aspect-ext_oneapi_graph']
# V2 does not have support for MCL yet
config.unsupported_features += ['level_zero_v2_adapter']
1 change: 0 additions & 1 deletion sycl/test-e2e/Graph/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://github.com/intel/llvm/issues/17165
if 'windows' in config.available_features:
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
config.unsupported_features += ['level_zero_v2_adapter']