Skip to content

Commit 691539d

Browse files
committed
Update of CUDA and ROCm versions
1 parent 86c598a commit 691539d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ runs:
133133
VER="${{ inputs.cuda }}"
134134
if test "$VER" == "true"
135135
then
136-
VER="11.7"
136+
VER="12.9"
137137
fi
138138
tools/install.sh ${{inputs.options}} cuda $VER
139139
CUDA_PATH=/usr/local/cuda-$VER
@@ -147,7 +147,7 @@ runs:
147147
VER="${{ inputs.hip }}"
148148
if test "$VER" == "true"
149149
then
150-
VER="5.4.1"
150+
VER="6.4.4"
151151
fi
152152
tools/install.sh ${{inputs.options}} hip $VER
153153
- if: inputs.openmpi != 'false'

0 commit comments

Comments
 (0)