File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 22 - label : " Nvidia GPUs -- CUDA.jl"
33 plugins :
44 - JuliaCI/julia#v1:
5- version : " 1.11 "
5+ version : " 1.12 "
66 agents :
77 queue : " juliagpu"
88 cuda : " *"
1414 Pkg.add("KernelAbstractions")
1515 Pkg.instantiate()
1616 using CUDA
17- # CUDA.set_runtime_version!(v"11.8 ")'
17+ # CUDA.set_runtime_version!(v"12.9 ")'
1818
1919 julia --color=yes --project -e '
2020 include("test/gpu/nvidia.jl")'
2323 - label : " AMD GPUs -- AMDGPU.jl"
2424 plugins :
2525 - JuliaCI/julia#v1:
26- version : " 1.11 "
26+ version : " 1.12 "
2727 agents :
2828 queue : " juliagpu"
2929 rocm : " *"
@@ -42,27 +42,27 @@ steps:
4242 include("test/gpu/amd.jl")'
4343 timeout_in_minutes : 30
4444
45- # - label: "Intel GPUs -- oneAPI.jl"
46- # plugins:
47- # - JuliaCI/julia#v1:
48- # version: "1.11 "
49- # agents:
50- # queue: "juliagpu"
51- # intel: "*"
52- # command: |
53- # julia --color=yes --project -e '
54- # using Pkg
55- # Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
56- # # Pkg.add("oneAPI")
57- # Pkg.add("KernelAbstractions")
58- # Pkg.instantiate()
59- # include("test/gpu/intel.jl")'
60- # timeout_in_minutes: 30
45+ - label : " Intel GPUs -- oneAPI.jl"
46+ plugins :
47+ - JuliaCI/julia#v1:
48+ version : " 1.12 "
49+ agents :
50+ queue : " juliagpu"
51+ intel : " *"
52+ command : |
53+ julia --color=yes --project -e '
54+ using Pkg
55+ # Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
56+ Pkg.add("oneAPI")
57+ Pkg.add("KernelAbstractions")
58+ Pkg.instantiate()
59+ include("test/gpu/intel.jl")'
60+ timeout_in_minutes : 30
6161
6262 - label : " Apple M1 GPUs -- Metal.jl"
6363 plugins :
6464 - JuliaCI/julia#v1:
65- version : " 1.11 "
65+ version : " 1.12 "
6666 agents :
6767 queue : " juliaecosystem"
6868 os : " macos"
You can’t perform that action at this time.
0 commit comments