Skip to content

Commit

Permalink
CI: Update Instantiate to load rocm, just like Test.
Browse files Browse the repository at this point in the history
Load generic `rocm` instead of `rocm/6.0.0`.
  • Loading branch information
Geekdude authored Mar 11, 2024
1 parent 051c50b commit 972b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gpu-AMD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
source /etc/profile.d/lmod.sh
module load julia/1.9.1
module load rocm/6.0.0
module load rocm
julia --project -e 'using Pkg; Pkg.instantiate()'
julia --project -e 'using Pkg; Pkg.add(name="AMDGPU", version="v0.8.6")'
julia --project -e 'using AMDGPU; AMDGPU.use_artifacts!(false)'
Expand Down

0 comments on commit 972b9de

Please sign in to comment.