Skip to content

Commit

Permalink
Merge pull request #168 from williamfgc/bump-AMDGPU-ci
Browse files Browse the repository at this point in the history
Bump AMDGPU CI version
  • Loading branch information
williamfgc authored Dec 20, 2024
2 parents 09ae74f + 05a5d81 commit 45a620d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gpu-AMD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jobname: [ROCM6-JULIA1_10_4-AMDGPU0_8_6]
jobname: [ROCM6-JULIA1_10_4-AMDGPU1_1_6]

steps:
# Only trigger CI for certain "actors" (those commenting the PR, not the PR originator)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ JACCCUDA = ["CUDA"]
JACCONEAPI = ["oneAPI"]

[compat]
AMDGPU = "0.8"
AMDGPU = "1.1.6"
Atomix = "1.0.1"
CUDA = "5"
Preferences = "1.4.0"
Expand Down
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ using Pkg
const backend = JACC.JACCPreferences.backend

@static if backend == "cuda"
# Pkg.add(; name = "CUDA", version = "v5.1.1")
Pkg.add("CUDA")
@info "CUDA backend loaded"
using CUDA

elseif backend == "amdgpu"
Pkg.add(; name = "AMDGPU", version = "v0.8.6")
# Pkg.add("AMDGPU")
Pkg.add("AMDGPU")
@info "AMDGPU backend loaded"
using AMDGPU

Expand Down

0 comments on commit 45a620d

Please sign in to comment.