Skip to content

Commit eb2525b

Browse files
authored
Less fancy ROCm spelling
1 parent abf6115 commit eb2525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kcpp-build-release-linux-rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
docker run --privileged \
4646
-v "${{ github.workspace }}:/workspace" \
4747
-w /workspace \
48-
-e KCPP_CUDA="ROCm" \
48+
-e KCPP_CUDA="rocm" \
4949
-e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
5050
rocm/dev-ubuntu-22.04:7.0-complete \
5151
bash -c "

0 commit comments

Comments
 (0)