File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ function add_repo {
3232
3333function install_dpcpp {
3434 # DPC++ compiler version monitored by Renovate and sets exact value available via apt
35- sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.2.1-7 intel-oneapi-runtime-libs
35+ sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.3.0-639 intel-oneapi-runtime-libs
3636}
3737
3838function install_tbb {
3939 # TBB version monitored by Renovate and sets exact value available via apt
40- sudo apt-get install -y intel-oneapi-tbb-devel=2022.2 .0-507
40+ sudo apt-get install -y intel-oneapi-tbb-devel=2022.3 .0-381
4141}
4242
4343function install_dpl {
@@ -46,7 +46,7 @@ function install_dpl {
4646
4747function install_mkl {
4848 # MKL version monitored by Renovate and sets exact value available via apt
49- sudo apt-get install -y intel-oneapi-mkl-devel=2025.2 .0-628
49+ sudo apt-get install -y intel-oneapi-mkl-devel=2025.3 .0-461
5050 install_tbb
5151 install_dpl
5252}
Original file line number Diff line number Diff line change 4545
4646 runs-on : ${{ matrix.runner }}
4747 name : LinuxMakeDPCPP(${{ matrix.ISA }})
48- timeout-minutes : 120
48+ timeout-minutes : 150
4949
5050 steps :
5151 - name : Checkout oneDAL
You can’t perform that action at this time.
0 commit comments