Skip to content

Commit 6904a14

Browse files
committed
Uplift GPURT to 19.34.17727 with Level Zero plugin to specification v1.0
1 parent b16c798 commit 6904a14

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

buildbot/dependency.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ocl_cpu_rt_ver=2020.10.7.0.15
55
ocl_cpu_rt_ver_win=2020.10.7.0.15
66
# Same GPU driver supports Level Zero and OpenCL:
77
# https://github.com/intel/compute-runtime/releases/tag/20.29.17408
8-
ocl_gpu_rt_ver=20.29.17408
8+
ocl_gpu_rt_ver=20.34.17727
99
# Same GPU driver supports Level Zero and OpenCL:
1010
# https://downloadmirror.intel.com/29674/a08/igfx_win10_100.8336.zip
1111
ocl_gpu_rt_ver_win=27.20.100.8336
@@ -24,7 +24,7 @@ fpga_ver_win=20200701_000002
2424
[DRIVER VERSIONS]
2525
cpu_driver_lin=2020.10.7.0.15
2626
cpu_driver_win=2020.10.7.0.15
27-
gpu_driver_lin=20.29.17408
27+
gpu_driver_lin=20.34.17727
2828
gpu_driver_win=27.20.100.8336
2929
fpga_driver_lin=2020.10.7.0.15
3030
fpga_driver_win=2020.10.7.0.15

sycl/test/basic_tests/buffer/buffer_full_copy.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: windows && level_zero
12
// RUN: %clangxx %s -o %t1.out -lsycl -I %sycl_include
23
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
34
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t2.out
@@ -6,8 +7,6 @@
67
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
78
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
89

9-
// XFAIL: level_zero
10-
1110
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
1211
//
1312
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test/basic_tests/event_profiling_info.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: *
12
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
23
//
34
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

sycl/test/basic_tests/image_accessor_readwrite.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out
8-
//
9-
// XFAIL: windows && level_zero
108

119
//==--------------------image_accessor_readwrite.cpp ----------------------==//
1210
//==----------image_accessor read without sampler & write API test---------==//

sycl/test/basic_tests/image_accessor_readwrite_half.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out
8-
//
9-
// XFAIL: windows && level_zero
108

119
//==--------------------image_accessor_readwrite_half.cpp -------------------==//
1210
//==-image_accessor read (without sampler)& write API test for half datatype-==//

sycl/test/plugins/sycl-ls-gpu-default.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// RUN: sycl-ls --verbose >%t.default.out
44
// RUN: FileCheck %s --check-prefixes=CHECK-GPU-BUILTIN,CHECK-GPU-CUSTOM --input-file %t.default.out
55

6-
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}GPU : 0.91
7-
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}GPU : 0.91
6+
// CHECK-GPU-BUILTIN: gpu_selector(){{.*}}GPU : 1.0
7+
// CHECK-GPU-CUSTOM: custom_selector(gpu){{.*}}GPU : 1.0
88

99
//==-- sycl-ls-gpu-default.cpp - SYCL test for default selected gpu device -==//
1010
//

0 commit comments

Comments
 (0)