@@ -31,37 +31,37 @@ steps:
3131 soft_fail :
3232 - exit_status : 3
3333
34- - label : " CUDA Enzyme Julia {{matrix.version}}"
35- matrix :
36- setup :
37- version :
38- - " 1.10"
39- - " 1.11"
40- plugins :
41- - JuliaCI/julia#v1:
42- version : " {{matrix.version}}"
43- - JuliaCI/julia-coverage#v1:
44- codecov : true
45- command : |
46- julia -e 'println("--- :julia: Instantiating project")
47- using Pkg
48- try
49- Pkg.develop([PackageSpec(; path=pwd()), PackageSpec("Enzyme"), PackageSpec("EnzymeCore"), PackageSpec("CUDA")])
50- catch err
51- Pkg.develop(; path=pwd())
52- Pkg.add(["CUDA", "Enzyme"])
53- end' || exit 3
34+ # - label: "CUDA Enzyme Julia {{matrix.version}}"
35+ # matrix:
36+ # setup:
37+ # version:
38+ # - "1.10"
39+ # - "1.11"
40+ # plugins:
41+ # - JuliaCI/julia#v1:
42+ # version: "{{matrix.version}}"
43+ # - JuliaCI/julia-coverage#v1:
44+ # codecov: true
45+ # command: |
46+ # julia -e 'println("--- :julia: Instantiating project")
47+ # using Pkg
48+ # try
49+ # Pkg.develop([PackageSpec(; path=pwd()), PackageSpec("Enzyme"), PackageSpec("EnzymeCore"), PackageSpec("CUDA")])
50+ # catch err
51+ # Pkg.develop(; path=pwd())
52+ # Pkg.add(["CUDA", "Enzyme"])
53+ # end' || exit 3
5454
55- julia -e 'println("+++ :julia: Running tests")
56- using CUDA
57- include("test/extensions/enzyme.jl")
58- enzyme_testsuite(CUDABackend, CuArray, true)'
59- agents :
60- queue : " juliagpu"
61- cuda : " *"
62- timeout_in_minutes : 120
63- soft_fail :
64- - exit_status : 3
55+ # julia -e 'println("+++ :julia: Running tests")
56+ # using CUDA
57+ # include("test/extensions/enzyme.jl")
58+ # enzyme_testsuite(CUDABackend, CuArray, true)'
59+ # agents:
60+ # queue: "juliagpu"
61+ # cuda: "*"
62+ # timeout_in_minutes: 120
63+ # soft_fail:
64+ # - exit_status: 3
6565
6666 - label : " Metal Julia {{matrix.version}}"
6767 matrix :
0 commit comments