Skip to content

Commit 28ffc36

Browse files
authored
update dependent oneapi packages version (#5379)
1 parent 27818ec commit 28ffc36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependency_version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"basekit": {
2626
"dpcpp-cpp-rt": {
27-
"version": "2025.0"
27+
"version": "2025.0.4"
2828
},
2929
"mkl-dpcpp": {
3030
"version": "2025.0.1"
@@ -33,7 +33,7 @@
3333
"version": "2021.14.1"
3434
},
3535
"impi-devel": {
36-
"version": "2021.14.0"
36+
"version": "2021.14.1"
3737
},
3838
"intel-pti": {
3939
"version": "0.10"

scripts/tools/compilation_helper/basekit_driver_install_helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VER_ONEAPI=2025.0
1010
#VER_GMMLIB_C=22.5.2
1111
#VER_OCLOC_C=${VER_ICD_C}
1212
#VER_SMI_C=1.2.39
13-
VER_DPCPP_C=${VER_ONEAPI}.1
13+
VER_DPCPP_C=${VER_ONEAPI}.4
1414
VER_MKL_C=${VER_ONEAPI}.1
1515
VER_CCL_C=2021.14.0
1616
VER_PTI_C=0.10.0
@@ -22,7 +22,7 @@ VER_PTI_C=0.10.0
2222
#VER_GMMLIB_U=${VER_GMMLIB_C}-1018
2323
#VER_OCLOC_U=${VER_OCLOC_C}-1032
2424
#VER_SMI_U=${VER_SMI_C}-66
25-
VER_DPCPP_U=${VER_DPCPP_C}-1240
25+
VER_DPCPP_U=${VER_DPCPP_C}-1519
2626
VER_MKL_U=${VER_MKL_C}-14
2727
VER_CCL_U=${VER_CCL_C}-505
2828
VER_PTI_U=${VER_PTI_C}-284

0 commit comments

Comments
 (0)