Metal.jl
Publichttps://github.com/JuliaGPU/Metal.jl
Fix
Passed in 49m 28s
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 10s
Ran in 1m 27s
Matrix
shared array storageecho -e "[Metal]\ndefault_storage = \"shared\"" >LocalPreferences.tomlWaited 2s
Ran in 13m 47s
Matrix
managed array storageecho -e "[Metal]\ndefault_storage = \"managed\"" >LocalPreferences.tomlWaited 6s
Ran in 11m 48s
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 1s
Ran in 19m 6s
Total Job Run Time: 1h 40m