Skip to content

Commit b863ed9

Browse files
committed
bug: fix compute runtime version in setup script (#384)
1 parent 6abdc70 commit b863ed9

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)