Krylov.jl
Publichttps://github.com/JuliaSmoothOptimizers/Krylov.jl
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 5s
Ran in 6m 4s
AMD GPUs -- AMDGPU.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("AMDGPU") && Pkg.add("KernelAbstractions") && Pkg.instantiate() && include("test/gpu/amd.jl")'
Waited 1s
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 6s
Ran in 39s
CPUs -- StaticArrays.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("StaticArrays") && Pkg.instantiate() && include("test/cpu/static_arrays.jl")'
Waited 29s
Ran in 28s
CPUs -- ComponentArrays.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("ComponentArrays") && Pkg.instantiate() && include("test/cpu/component_arrays.jl")'
Waited 59s
Ran in 25s
CPUs -- LinearOperators.jljulia --color=yes --project -e ' && using Pkg && Pkg.add("LinearOperators") && Pkg.instantiate() && include("test/cpu/linear_operators.jl")'
Waited 1m 26s
Ran in 37s
Total Job Run Time: 9m 19s