Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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/29817/a08/igfx_win10_100.8673.zip
ocl_gpu_rt_ver_win=27.20.100.8673
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.8673
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
2 changes: 1 addition & 1 deletion sycl/test/hier_par/hier_par_wgscope.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 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)
// XFAIL: gpu && (level_zero || opencl) && windows

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/sub_group/generic_reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu
// XFAIL: gpu && windows

// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/sub_group/load_store.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
// See https://github.com/intel/llvm/issues/2264 for more details.
// XFAIL: gpu
// XFAIL: gpu && windows

// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
Expand Down
1 change: 1 addition & 0 deletions sycl/test/usm/smem_varied.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// XFAIL: cuda
// UNSUPPORTED: linux
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out -DTEST_SHARED
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
Expand Down
1 change: 1 addition & 0 deletions sycl/test/usm/smemll.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// XFAIL: cuda
// UNSUPPORTED: linux
// piextUSM*Alloc functions for CUDA are not behaving as described in
// https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/USM/USM.adoc
// https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/USM/cl_intel_unified_shared_memory.asciidoc
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/warnings/warnings.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clangxx -fsycl --no-system-header-prefix=CL/sycl -fsyntax-only -Wall -Wextra -Wno-ignored-attributes -Wno-deprecated-declarations -Wpessimizing-move -Wunused-variable -Wmismatched-tags -Wunneeded-internal-declaration -Werror -Wno-unknown-cuda-version %s -o %t.out

// UNSUPPORTED: linux
#include <CL/sycl.hpp>

using namespace cl::sycl;
Expand Down