Skip to content

Commit ad575b5

Browse files
yanfeng3721vladimirlaz
authored andcommitted
[SYCL] Add information about dependencies used in CI
- dependency.conf file is added; - uplift the dependencies versions for upcoming release; - align LIT test statuses with new runtimes.
1 parent fdcaeae commit ad575b5

File tree

5 files changed

+36
-2
lines changed

5 files changed

+36
-2
lines changed

buildbot/dependency.conf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[VERSIONS]
2+
# https://github.com/intel/llvm/releases/download/2020-03/oclcpuexp-2020.10.4.0.15_rel.tar.gz
3+
ocl_cpu_rt_ver=2020.10.4.0.15
4+
# https://github.com/intel/llvm/releases/download/2020-03/win-oclcpuexp-2020.10.4.0.15_rel.zip
5+
ocl_cpu_rt_ver_win=2020.10.4.0.15
6+
# https://github.com/intel/compute-runtime/releases/tag/20.12.16259
7+
ocl_gpu_rt_ver=l0-20.12.16259
8+
# https://downloadcenter.intel.com/download/29557/Intel-Graphics-Windows-10-DCH-Drivers
9+
ocl_gpu_rt_ver_win=ci-neo-015900
10+
intel_sycl_ver=build
11+
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-lin.tgz
12+
tbb_ver=20200121_111047
13+
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-win.zip
14+
tbb_ver_win=20200124_000000
15+
# TODO: provide URL for Linux OpenCL emulator of FPGA device
16+
fpga_ver=20200216_000000
17+
# TODO: provide URL for Windows OpenCL emulator of FPGA device
18+
fpga_ver_win=20200216_000000
19+
20+
[DRIVER VERSIONS]
21+
cpu_driver_lin=2020.10.4.0.15
22+
cpu_driver_win=2020.10.4.0.15
23+
gpu_driver_lin=20.12.16259
24+
gpu_driver_win=ci-neo-015900
25+
fpga_driver_lin=2020.9.2.0
26+
fpga_driver_win=2020.9.2.0

sycl/test/hier_par/hier_par_basic.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1414

15+
// The tests is failing on CPU RT 2020.10.4.0.15
16+
// XFAIL: cpu
17+
1518
// This test checks hierarchical parallelism invocation APIs, but without any
1619
// data or code with side-effects between the work group and work item scopes.
1720

sycl/test/hier_par/hier_par_wgscope.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1919
// RUN: %ACC_RUN_PLACEHOLDER %t.out
2020

21+
// Application built with -O0 crashes on OpenCL CPU (2020.10.4.0.15)
22+
// XFAIL: system-windows && cpu && opencl
23+
2124
// This test checks correctness of hierarchical kernel execution when there is
2225
// code and data in the work group scope.
2326

sycl/test/spec_const/spec_const_hw.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
// TODO: re-enable after CI drivers are updated to newer which support spec
77
// constants:
8-
// XFAIL: acc,cpu,cuda,gen
8+
// XFAIL: linux
9+
// UNSUPPORTED: cuda
910
//
1011
//==----------- spec_const_hw.cpp ------------------------------------------==//
1112
//

sycl/test/spec_const/spec_const_redefine.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
66
// TODO: re-enable after CI drivers are updated to newer which support spec
77
// constants:
8-
// XFAIL: acc,cpu,cuda,gen
8+
// XFAIL: linux
9+
// UNSUPPORTED: cuda
910
//
1011
//==----------- spec_const_redefine.cpp ------------------------------------==//
1112
//

0 commit comments

Comments
 (0)