Metal.jl
Publichttps://github.com/JuliaGPU/Metal.jl
Fix
Passed in 45m 22s
Cargo test failed, main history:
- Unknown error in workflow-default:
subprocess.CalledProcessError: Command '['cargo', 'build', '--workspace', '--bin', 'clusterd', '--profile=ci']' returned non-zero exit status 101.
Test details & reproducer
Runs the Rust-based unit tests in Debug mode.bin/mzcompose --find cargo-test run default
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 3s
Ran in 49s
Matrix
shared array storageecho -e "[Metal]\ndefault_storage = \"shared\"" >LocalPreferences.tomlWaited 4s
Ran in 12m 29s
Matrix
managed array storageecho -e "[Metal]\ndefault_storage = \"managed\"" >LocalPreferences.tomlWaited 6s
Ran in 8m 7s
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 2s
Ran in 18m 37s
Total Job Run Time: 1h 27m