diff --git a/buildbot/dependency.conf b/buildbot/dependency.conf index 360edd747e86f..671fcf1328429 100644 --- a/buildbot/dependency.conf +++ b/buildbot/dependency.conf @@ -4,8 +4,8 @@ ocl_cpu_rt_ver=2020.11.8.0.27 # https://github.com/intel/llvm/releases/download/2020-WW36/win-oclcpuexp-2020.11.8.0.27_rel.zip ocl_cpu_rt_ver_win=2020.11.8.0.27 # Same GPU driver supports Level Zero and OpenCL: -# https://github.com/intel/compute-runtime/releases/tag/20.35.17767 -ocl_gpu_rt_ver=20.35.17767 +# https://github.com/intel/compute-runtime/releases/tag/20.37.17906 +ocl_gpu_rt_ver=20.37.17906 # Same GPU driver supports Level Zero and OpenCL: # https://downloadmirror.intel.com/29879/a08/igfx_win10_100.8778.zip ocl_gpu_rt_ver_win=27.20.100.8778 @@ -24,7 +24,7 @@ fpga_ver_win=20200811_000006 [DRIVER VERSIONS] cpu_driver_lin=2020.11.8.0.27 cpu_driver_win=2020.11.8.0.27 -gpu_driver_lin=20.35.17767 +gpu_driver_lin=20.37.17906 gpu_driver_win=27.20.100.8778 fpga_driver_lin=2020.11.8.0.27 fpga_driver_win=2020.11.8.0.27 diff --git a/sycl/test/basic_tests/stream/stream.cpp b/sycl/test/basic_tests/stream/stream.cpp index 441320da38f50..8925a06a8d2d9 100644 --- a/sycl/test/basic_tests/stream/stream.cpp +++ b/sycl/test/basic_tests/stream/stream.cpp @@ -1,6 +1,3 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. -// XFAIL: gpu && (level_zero || opencl) && linux // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s diff --git a/sycl/test/esimd/on-device/matrix_transpose_glb.cpp b/sycl/test/esimd/on-device/matrix_transpose_glb.cpp index 24f2bb1942a8b..5310a035924af 100644 --- a/sycl/test/esimd/on-device/matrix_transpose_glb.cpp +++ b/sycl/test/esimd/on-device/matrix_transpose_glb.cpp @@ -10,6 +10,8 @@ // REQUIRES: gpu // RUN: %clangxx-esimd -fsycl %s -o %t.out // RUN: %ESIMD_RUN_PLACEHOLDER %t.out +// XFAIL: linux +// UNSUPPORTED: cuda #include "esimd_test_utils.hpp" diff --git a/sycl/test/hier_par/hier_par_wgscope.cpp b/sycl/test/hier_par/hier_par_wgscope.cpp index 2167f3bfba8b4..5dfbb61a187bd 100644 --- a/sycl/test/hier_par/hier_par_wgscope.cpp +++ b/sycl/test/hier_par/hier_par_wgscope.cpp @@ -1,6 +1,3 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. -// XFAIL: gpu && (level_zero || opencl) && linux // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_DEVICE_TYPE=HOST %t.out diff --git a/sycl/test/sub_group/generic_reduce.cpp b/sycl/test/sub_group/generic_reduce.cpp index 3ef504343af48..a66de34b3cac8 100644 --- a/sycl/test/sub_group/generic_reduce.cpp +++ b/sycl/test/sub_group/generic_reduce.cpp @@ -1,6 +1,3 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. -// XFAIL: gpu && linux // UNSUPPORTED: cuda // CUDA compilation and runtime do not yet support sub-groups. diff --git a/sycl/test/sub_group/load_store.cpp b/sycl/test/sub_group/load_store.cpp index 8a598b82525d9..d92f0735dc1e7 100644 --- a/sycl/test/sub_group/load_store.cpp +++ b/sycl/test/sub_group/load_store.cpp @@ -1,6 +1,3 @@ -// TODO: Enable compilation w/o -fno-sycl-early-optimizations option. -// See https://github.com/intel/llvm/issues/2264 for more details. -// XFAIL: gpu && linux // UNSUPPORTED: cuda || cpu // CUDA compilation and runtime do not yet support sub-groups.