File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11steps :
22 - label : " :julia: Julia {{matrix.julia}} + CUDA GPU"
3+ command :
4+ - echo 'CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"' >> test/Project.toml
35 plugins :
46 - JuliaCI/julia#v1:
57 version : " {{matrix.julia}}"
2325 matrix :
2426 setup :
2527 julia :
26- # - "1.9" # uncomment when 1.10 is out
27- - " 1"
28+ - " 1.10"
2829 - " nightly"
2930 adjustments :
3031 - with :
Original file line number Diff line number Diff line change 2929 matrix :
3030 version :
3131 # - '1.9' # uncomment when julia 1.10 is out
32+ - ' lts'
3233 - ' 1' # automatically expands to the latest stable 1.x release of Julia
33- - ' nightly '
34+ - ' pre '
3435 os :
3536 - ubuntu-latest
3637 # - macOS-latest
5657
5758 steps :
5859 - uses : actions/checkout@v3
59- - uses : julia-actions/setup-julia@v1
60+ - uses : julia-actions/setup-julia@v2
6061 with :
6162 version : ${{ matrix.version }}
6263 arch : ${{ matrix.arch }}
8485 runs-on : ubuntu-latest
8586 steps :
8687 - uses : actions/checkout@v3
87- - uses : julia-actions/setup-julia@v1
88+ - uses : julia-actions/setup-julia@v2
8889 with :
8990 version : ' 1.9'
9091 - uses : julia-actions/cache@v1
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ NNlibFFTWExt = "FFTW"
2929NNlibForwardDiffExt = " ForwardDiff"
3030
3131[compat ]
32- AMDGPU = " 0.9.4, 1"
32+ AMDGPU = " 1"
3333Adapt = " 3.2, 4"
3434Atomix = " 0.1"
3535CUDA = " 4, 5"
36- ChainRulesCore = " 1.13 "
36+ ChainRulesCore = " 1.25 "
3737EnzymeCore = " 0.5, 0.6, 0.7, 0.8"
3838FFTW = " 1.8.0"
3939ForwardDiff = " 0.10.36"
40- GPUArraysCore = " 0.1"
40+ GPUArraysCore = " 0.1, 0.2 "
4141KernelAbstractions = " 0.9.2"
4242LinearAlgebra = " <0.0.1, 1"
4343Random = " <0.0.1, 1"
Original file line number Diff line number Diff line change @@ -25,4 +25,3 @@ for CUDA support, or
2525using NNlib, AMDGPU
2626```
2727for AMDGPU support.
28-
You can’t perform that action at this time.
0 commit comments