Metal.jl
Publichttps://github.com/JuliaGPU/Metal.jl
Fix running tests locally
Passed in 45m 52s
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 36s
Matrix
shared array storageecho -e "[Metal]\ndefault_storage = \"shared\"" >LocalPreferences.tomlWaited 1s
Ran in 11m 41s
Matrix
managed array storageecho -e "[Metal]\ndefault_storage = \"managed\"" >LocalPreferences.tomlWaited 1m 45s
Ran in 10m 42s
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 7s
Ran in 18m 52s
Total Job Run Time: 1h 29m