File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11steps :
2- - label : " CUDA Julia {{matrix.version}}"
3- matrix :
4- setup :
5- version :
6- - " 1.10"
7- - " 1.11"
8- - " 1.12"
9- - " 1.13"
10- plugins :
11- - JuliaCI/julia#v1:
12- version : " {{matrix.version}}"
13- - JuliaCI/julia-coverage#v1:
14- codecov : true
15- command : |
16- julia -e 'println("--- :julia: Developing CUDA")
17- using Pkg
18- Pkg.add(url="https://github.com/christiangnrd/CUDA.jl", rev="intrinsics")'
19- julia -e 'println("--- :julia: Instantiating project")
20- using Pkg
21- Pkg.develop(; path=pwd())' || exit 3
22-
23- julia -e 'println("+++ :julia: Running tests")
24- using Pkg
25- Pkg.test("CUDA"; coverage=true, test_args=["base/kernelabstractions"])'
26- agents :
27- queue : " juliagpu"
28- cuda : " *"
29- timeout_in_minutes : 120
30- soft_fail :
31- - exit_status : 3
32- env :
33- JULIA_PROJECT : " @cuda"
2+ # - label: "CUDA Julia {{matrix.version}}"
3+ # matrix:
4+ # setup:
5+ # version:
6+ # - "1.10"
7+ # - "1.11"
8+ # - "1.12"
9+ # - "1.13"
10+ # plugins:
11+ # - JuliaCI/julia#v1:
12+ # version: "{{matrix.version}}"
13+ # - JuliaCI/julia-coverage#v1:
14+ # codecov: true
15+ # command: |
16+ # julia -e 'println("--- :julia: Developing CUDA")
17+ # using Pkg
18+ # Pkg.add(url="https://github.com/christiangnrd/CUDA.jl", rev="intrinsics")'
19+ # julia -e 'println("--- :julia: Instantiating project")
20+ # using Pkg
21+ # Pkg.develop(; path=pwd())' || exit 3
22+ #
23+ # julia -e 'println("+++ :julia: Running tests")
24+ # using Pkg
25+ # Pkg.test("CUDA"; coverage=true, test_args=["base/kernelabstractions"])'
26+ # agents:
27+ # queue: "juliagpu"
28+ # cuda: "*"
29+ # timeout_in_minutes: 120
30+ # soft_fail:
31+ # - exit_status: 3
32+ # env:
33+ # JULIA_PROJECT: "@cuda"
3434
3535 # - label: "CUDA Enzyme Julia {{matrix.version}}"
3636 # matrix:
You can’t perform that action at this time.
0 commit comments