Skip to content

[SYCL][Graph] Disable OpenCL USM tests #18172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
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
2 changes: 2 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/barrier_multi_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// 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: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"

Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/barrier_multi_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// 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: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// Tests the enqueue free function kernel shortcuts.

// UNSUPPORTED: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"
#include <sycl/ext/oneapi/experimental/enqueue_functions.hpp>
#include <sycl/properties/all_properties.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// Tests the enqueue free function using USM and submit_with_event for
// dependencies

// UNSUPPORTED: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"
#include <sycl/ext/oneapi/experimental/enqueue_functions.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// event is passed as a dependency to a barrier operation in a different
// in-order queue.

// UNSUPPORTED: opencl
// UNSUPPORTED-INTENDED: USM fill command not supported for OpenCL

#include "../graph_common.hpp"
#include <sycl/properties/all_properties.hpp>

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// Tests that the optimization to use the L0 Copy Engine for memory commands
// does not interfere with the linear graph optimization

// UNSUPPORTED: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"

#include <sycl/properties/queue_properties.hpp>
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Graph/ValidUsage/linear_graph_copy_D2H.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// does not interfere with the linear graph optimization
//
// REQUIRES: aspect-usm_host_allocations
// UNSUPPORTED: opencl
// UNSUPPORTED-INTENDED: USM memcpy command not supported for OpenCL

#include "../graph_common.hpp"

Expand Down