Metal.jl
Publichttps://github.com/JuliaGPU/Metal.jl
Documentationjulia --project -e ' && println("--- :julia: Instantiating project") && using Pkg && Pkg.instantiate() && Pkg.activate("docs") && Pkg.instantiate() && push!(LOAD_PATH, @__DIR__) && println("+++ :julia: Building documentation") && include("docs/make.jl") && println("+++ :julia: Deploying documentation") && include("docs/deploy.jl")'
Waited 11s
Ran in 59s
Matrix
shared array storageecho -e "[Metal]\ndefault_storage = \"shared\"" >LocalPreferences.tomlWaited 1m 20s
Ran in 11m 21s
Matrix
managed array storageecho -e "[Metal]\ndefault_storage = \"managed\"" >LocalPreferences.tomlWaited 12m 52s
Ran in 11m 16s
Build will continue even if previous stage fails
馃悗 Benchmarksjulia --project=perf -e ' && using Pkg && println("--- :julia: Instantiating project") && Pkg.develop([PackageSpec(path=pwd())]) && println("+++ :julia: Benchmarking") && include("perf/runbenchmarks.jl")'
Waited 8m 29s
Ran in 19m 29s
Total Job Run Time: 1h 35m