Krylov.jl

Public

https://github.com/JuliaSmoothOptimizers/Krylov.jl

Implement Line Search with Negative Curvature Detection for MINRES Based on Liu et al. (2022) (#969)

Passed in 1h 22m
:buildkite: Pipeline uploadbuildkite-agent pipeline upload
Waited 10s
·
Ran in 4s
Nvidia GPUs -- CUDA.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("CUDA") && Pkg.add("LinearOperators") && Pkg.add("KernelAbstractions") && Pkg.instantiate() && using CUDA && # CUDA.set_runtime_version!(v"11.8")' && julia --color=yes --project -e ' && include("test/gpu/nvidia.jl")'
Waited 9s
·
Ran in 7m 39s
AMD GPUs -- AMDGPU.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("AMDGPU") && Pkg.add("KernelAbstractions") && Pkg.instantiate() && include("test/gpu/amd.jl")'
Waited 1h 21m
·
Ran in 1m 4s
Apple M1 GPUs -- Metal.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("Metal") && Pkg.add("KernelAbstractions") && Pkg.instantiate() && include("test/gpu/metal.jl")'
Waited 17m 54s
·
Ran in 54s
CPUs -- StaticArrays.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("StaticArrays") && Pkg.instantiate() && include("test/cpu/static_arrays.jl")'
Waited 7m 59s
·
Ran in 19s
CPUs -- ComponentArrays.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("ComponentArrays") && Pkg.instantiate() && include("test/cpu/component_arrays.jl")'
Waited 8m 30s
·
Ran in 19s
CPUs -- LinearOperators.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("LinearOperators") && Pkg.instantiate() && include("test/cpu/linear_operators.jl")'
Waited 9m 1s
·
Ran in 25s
Total Job Run Time: 10m 45s