File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 queue : " juliagpu"
88 cuda : " *"
99 command : |
10- julia --color=yes --project=test -e 'using Pkg; Pkg.add("CUDA"); Pkg.develop("."); Pkg.instantiate()'
10+ julia --color=yes --project=test -e 'using Pkg; Pkg.add("CUDA"); Pkg.develop(path= "."); Pkg.instantiate()'
1111 julia --color=yes --project=test -e 'include("test/gpu.jl")'
1212 timeout_in_minutes : 30
1313
2020 os : " linux"
2121 arch : " x86_64"
2222 command : |
23- julia --color=yes --project=test -e 'using Pkg; Pkg.add("Enzyme"); Pkg.develop("."); Pkg.instantiate()'
23+ julia --color=yes --project=test -e 'using Pkg; Pkg.add("Enzyme"); Pkg.develop(path= "."); Pkg.instantiate()'
2424 julia --color=yes --project=test -e 'include("test/enzyme.jl")'
2525 timeout_in_minutes : 30
2626
3333 os : " linux"
3434 arch : " x86_64"
3535 command : |
36- julia --color=yes --project=test -e 'using Pkg; Pkg.add("Zygote"); Pkg.develop("."); Pkg.instantiate()'
36+ julia --color=yes --project=test -e 'using Pkg; Pkg.add("Zygote"); Pkg.develop(path= "."); Pkg.instantiate()'
3737 julia --color=yes --project=test -e 'include("test/zygote.jl")'
3838 timeout_in_minutes : 30
You can’t perform that action at this time.
0 commit comments