Skip to content

Commit

Permalink
[CI][Deps] Uplift CPU/FPGAEMU RT version to 2024.17.3.0.09 (#13261)
Browse files Browse the repository at this point in the history
Uplift oclcpu/oclfpgaemu from 2023.16.10.0.17 to 2024.17.3.0.09
  • Loading branch information
yanfeng3721 authored Apr 16, 2024
1 parent 135d20f commit f7b245f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
"github_tag": "v2021.10.0",
"version": "2021.10.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-lin.tgz",
"github_tag": "v2021.11.0",
"version": "2021.11.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-lin.tgz",
"root": "{DEPS_ROOT}/tbb/lin"
},
"oclcpu": {
"github_tag": "2023-WW46",
"version": "2023.16.10.0.17",
"url": "https://github.com/intel/llvm/releases/download/2023-WW46/oclcpuexp-2023.16.10.0.17_rel.tar.gz",
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/oclcpuexp-2024.17.3.0.09_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2023-WW46",
"version": "2023.16.10.0.17",
"url": "https://github.com/intel/llvm/releases/download/2023-WW46/fpgaemu-2023.16.10.0.17_rel.tar.gz",
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/fpgaemu-2024.17.3.0.09_rel.tar.gz",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
Expand All @@ -60,21 +60,21 @@
"root": ""
},
"tbb": {
"github_tag": "v2021.10.0",
"version": "2021.10.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.10.0/oneapi-tbb-2021.10.0-win.zip",
"github_tag": "v2021.11.0",
"version": "2021.11.0",
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.11.0/oneapi-tbb-2021.11.0-win.zip",
"root": "{DEPS_ROOT}/tbb/win"
},
"oclcpu": {
"github_tag": "2023-WW46",
"version": "2023.16.10.0.17",
"url": "https://github.com/intel/llvm/releases/download/2023-WW46/win-oclcpuexp-2023.16.10.0.17_rel.zip",
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-oclcpuexp-2024.17.3.0.09_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu"
},
"fpgaemu": {
"github_tag": "2023-WW46",
"version": "2023.16.10.0.17",
"url": "https://github.com/intel/llvm/releases/download/2023-WW46/win-fpgaemu-2023.16.10.0.17_rel.zip",
"github_tag": "2024-WW14",
"version": "2024.17.3.0.09",
"url": "https://github.com/intel/llvm/releases/download/2024-WW14/win-fpgaemu-2024.17.3.0.09_rel.zip",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu"
},
"fpga": {
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/built-ins/marray_geometric.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
// XFAIL: cpu

#include "helpers.hpp"

Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
// XFAIL: cpu

// Test case for the sycl_ext_oneapi_kernel_compiler_spirv extension. This test
// loads pre-compiled kernels from a SPIR-V file and runs them.
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/SG32/get_coord_float_matC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: cpu

#include "../common.hpp"
#include <iostream>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/SG32/get_coord_int8_matA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: cpu

#include "../common.hpp"
#include <iostream>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/get_coord_float_matC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: cpu

#include "common.hpp"
#include <iostream>
Expand Down
1 change: 0 additions & 1 deletion sycl/test-e2e/Matrix/get_coord_int8_matA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: cpu

#include "common.hpp"
#include <iostream>
Expand Down

0 comments on commit f7b245f

Please sign in to comment.