Skip to content

Commit db78a13

Browse files
authored
Merge pull request #143 from intel/update-branch
bug: fix compute runtime version in setup script (#384)
2 parents 6abdc70 + b863ed9 commit db78a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/coreultra/arl/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ verify_igpu_driver(){
196196
}
197197

198198
verify_compute_runtime(){
199-
COMPUTE_RUNTIME_VER="24.13.29138.7"
199+
COMPUTE_RUNTIME_VER="24.52.32224.5"
200200
echo -e "\n# Verifying Intel(R) Compute Runtime drivers"
201201

202202
echo -e "Install Intel(R) Compute Runtime drivers version: $COMPUTE_RUNTIME_VER"

0 commit comments

Comments
 (0)