File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
sycl/test-e2e/ESIMD/unified_memory_api Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
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
-
16
8
// RUN: %{build} -o %t.out
17
9
// RUN: %{run} %t.out
18
10
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ==------------------------------------------------------------------------==//
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
-
16
8
// RUN: %{build} -o %t.out
17
9
// RUN: %{run} %t.out
18
10
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // REQUIRES-INTEL-DRIVER: lin: 26816, win: 101.51086
8
+ // REQUIRES-INTEL-DRIVER: lin: 26816, win: 101.5108
9
9
// Use per-kernel compilation to have more information about failing cases.
10
10
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
11
11
// RUN: %{run} %t.out
You can’t perform that action at this time.
0 commit comments