We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c598a commit 691539dCopy full SHA for 691539d
.github/actions/install/action.yaml
@@ -133,7 +133,7 @@ runs:
133
VER="${{ inputs.cuda }}"
134
if test "$VER" == "true"
135
then
136
- VER="11.7"
+ VER="12.9"
137
fi
138
tools/install.sh ${{inputs.options}} cuda $VER
139
CUDA_PATH=/usr/local/cuda-$VER
@@ -147,7 +147,7 @@ runs:
147
VER="${{ inputs.hip }}"
148
149
150
- VER="5.4.1"
+ VER="6.4.4"
151
152
tools/install.sh ${{inputs.options}} hip $VER
153
- if: inputs.openmpi != 'false'
0 commit comments