We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf6115 commit eb2525bCopy full SHA for eb2525b
.github/workflows/kcpp-build-release-linux-rocm.yaml
@@ -45,7 +45,7 @@ jobs:
45
docker run --privileged \
46
-v "${{ github.workspace }}:/workspace" \
47
-w /workspace \
48
- -e KCPP_CUDA="ROCm" \
+ -e KCPP_CUDA="rocm" \
49
-e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
50
rocm/dev-ubuntu-22.04:7.0-complete \
51
bash -c "
0 commit comments