Skip to content

Commit 73a4920

Browse files
authored
[SYCL][E2E] Re-enable more Windows BMG tests (#18418)
These were marked as failing due to #17255 but were not listed on the ticket. Trying to re-enable to see if the driver updates also fixes these.
1 parent 8503079 commit 73a4920

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

sycl/test-e2e/Adapters/level_zero/batch_test_copy_with_compute.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// REQUIRES: gpu, level_zero
22
// UNSUPPORTED: ze_debug, level_zero_v2_adapter
33

4-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
6-
74
// RUN: %{build} -o %t.out
85

96
// Set batching to 4 explicitly

sycl/test-e2e/KernelCompiler/sycl_join.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// UNSUPPORTED: accelerator
1313
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1414

15-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
16-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
17-
1815
// RUN: %{build} -o %t.out
1916
// RUN: %{run} %t.out
2017
// RUN: %{l0_leak_check} %{run} %t.out

sycl/test-e2e/WorkGroupMemory/basic_usage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
2-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255
31
// UNSUPPORTED: hip
42
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339
53
// RUN: %{build} -o %t.out

0 commit comments

Comments
 (0)