Skip to content

Commit b41a2fd

Browse files
committed
more
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent a606bbb commit b41a2fd

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// XFAIL: gpu-intel-dg2
1818
// XFAIL-TRACKER: GSD-10112
1919

20+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
21+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096
22+
2023
// RUN: %{build} -o %t.out
2124
// RUN: %{run} %t.out
2225
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}

sycl/test-e2e/Scheduler/ReleaseResourcesTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -Wno-error=unused-command-line-argument -fsycl-dead-args-optimization -o %t.out
22
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s %if !windows %{--check-prefix=CHECK-RELEASE%}
33

4+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096
6+
47
//==------------------- ReleaseResourcesTests.cpp --------------------------==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/WorkGroupMemory/basic_usage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339
33
// UNSUPPORTED: level_zero_v2_adapter
44
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116
5+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21096
57
// RUN: %{build} -o %t.out
68
// RUN: %{run} %t.out
79
// XFAIL: spirv-backend

sycl/test-e2e/bindless_images/read_write_unsampled.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// UNSUPPORTED: hip
44
// UNSUPPORTED-INTENDED: Returning non fp[32/16] values from sampling fails.
55

6+
// UNSUPPORTED: linux && arch-intel_gpu_acm_g10 && level_zero_v2_adapter
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20004
8+
69
// RUN: %{build} -o %t.out
710
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
811

0 commit comments

Comments
 (0)