From 1b3993979049fbca9a62fd4275e6f2e63707c2e0 Mon Sep 17 00:00:00 2001 From: "Mateusz P. Nowak" Date: Fri, 6 Feb 2026 13:16:23 +0000 Subject: [PATCH] enable Scheduler/ReleaseResourcesTest.cpp Matrix/joint_matrix_bfloat16_accumulator.cpp WorkGroupMemory/basic_usage.cpp --- sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp | 6 ------ sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp | 3 --- sycl/test-e2e/WorkGroupMemory/basic_usage.cpp | 4 ---- 3 files changed, 13 deletions(-) diff --git a/sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp b/sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp index 8b9994db317d7..28cd200306ba6 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp @@ -11,18 +11,12 @@ // REQUIRES: target-spir -// REQUIRES: aspect-ext_intel_matrix -// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943 - // XFAIL: gpu-intel-dg2 // XFAIL-TRACKER: GSD-10112 // XFAIL: windows && intel_gpu_lnl_m && O0 // XFAIL-TRACKER: CMPLRLLVM-72111 -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096 - // RUN: %{build} -o %t.out // RUN: %{run} %t.out // RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %} diff --git a/sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp b/sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp index d2b8bdd14c2e6..d691314ff46c6 100644 --- a/sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp +++ b/sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -Wno-error=unused-command-line-argument -fsycl-dead-args-optimization -o %t.out // RUN: env SYCL_UR_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s %if !windows %{--check-prefix=CHECK-RELEASE%} -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096 - //==------------------- ReleaseResourcesTests.cpp --------------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp index b413208949132..c63f16733b289 100644 --- a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp +++ b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp @@ -1,9 +1,5 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339 -// UNSUPPORTED: level_zero_v2_adapter -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116 -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096 // RUN: %{build} -o %t.out // RUN: %{run} %t.out // XFAIL: spirv-backend