Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//
// Intended - Device to host copy command not supported for OpenCL
// UNSUPPORTED: opencl
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21

#define GRAPH_E2E_EXPLICIT

Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Graph/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# MTL - CMPLRLLVM-68693, CMPLRTST-25611, CMPLRLLVM-68457
config.unsupported_features += ['arch-intel_gpu_mtl_h', 'arch-intel_gpu_mtl_u']
if 'windows' in config.available_features:
# https://github.com/intel/llvm/issues/17165
config.unsupported_features += ['arch-intel_gpu_bmg_g21', 'arch-intel_gpu_bmg_g31']
# LNL - CMPLRTST-27275
config.unsupported_features += ['arch-intel_gpu_lnl_m']
# PTL - CMPLRTST-27275
Expand Down
Loading