Skip to content

[SYCL CI][Linux GPU RT Uplift] Uplift GPU RT version for Linux CI Process #2504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/basic_tests/stream/stream.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions sycl/test/esimd/on-device/matrix_transpose_glb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
// REQUIRES: gpu
// RUN: %clangxx-esimd -fsycl %s -o %t.out
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
// XFAIL: linux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bb-sycl, please, file a tracker for this failure. I don't think it's expected.
@kbobrovs, FYI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @bader . Yes, this looks like a regression.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bader , I have file a tracker.

// UNSUPPORTED: cuda

#include "esimd_test_utils.hpp"

Expand Down
3 changes: 0 additions & 3 deletions sycl/test/hier_par/hier_par_wgscope.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/sub_group/generic_reduce.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/sub_group/load_store.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down