Skip to content

Commit 50bf201

Browse files
authored
[SYCL][ESIMD][E2E] Enable some tests on Windows (#14166)
They pass now and one driver check was wrong. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c61a51b commit 50bf201

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

sycl/test-e2e/ESIMD/unified_memory_api/block_load_slm.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES-INTEL-DRIVER: win: 101.4887
9-
// Somehow the driver version check above does not work, i.e. Windows CI runs
10-
// the test with 31.0.101.4502 (if opencl:gpu) and 1.3.26370 (if level-zero:gpu)
11-
// It seems the driver check infrastructure may need some fix/tuning.
12-
// TODO: Enable the test when Windows CI driver reaches 101.4887 version, or
13-
// driver version check is fixed/tuned.
14-
// UNSUPPORTED: windows
15-
168
// RUN: %{build} -o %t.out
179
// RUN: %{run} %t.out
1810

sycl/test-e2e/ESIMD/unified_memory_api/block_store_slm.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//==------------------------------------------------------------------------==//
8-
// REQUIRES-INTEL-DRIVER: win: 101.4887
9-
// Somehow the driver version check above does not work, i.e. Windows CI runs
10-
// the test with 31.0.101.4502 (if opencl:gpu) and 1.3.26370 (if level-zero:gpu)
11-
// It seems the driver check infrastructure may need some fix/tuning.
12-
// TODO: Enable the test when Windows CI driver reaches 101.4887 version, or
13-
// driver version check is fixed/tuned.
14-
// UNSUPPORTED: windows
15-
168
// RUN: %{build} -o %t.out
179
// RUN: %{run} %t.out
1810

sycl/test-e2e/ESIMD/unified_memory_api/scatter_lacc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES-INTEL-DRIVER: lin: 26816, win: 101.51086
8+
// REQUIRES-INTEL-DRIVER: lin: 26816, win: 101.5108
99
// Use per-kernel compilation to have more information about failing cases.
1010
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1111
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)