Skip to content

Commit

Permalink
Bump AMDGPU and Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Sep 19, 2022
1 parent 18dcaee commit d6759f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
julia-version: ['1.8']
julia-arch: [x64]

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
julia-version: ['1.8']
julia-arch: [x64]

steps:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AMDGPU = "0.3"
AMDGPU = "0.4"
CUDA = "3.4"
ExaTron = "2"
FileIO = "1.14"
KernelAbstractions = "0.8"
MPI = "0.19"
julia = "1.7"
julia = "1.8"

0 comments on commit d6759f4

Please sign in to comment.