Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JLArrays, Metal and AMDGPU extensions and S kwarg tests (rebased) #351

Merged
merged 12 commits into from
Nov 23, 2024
Prev Previous commit
Next Next commit
Update test/runtests.jl
Co-authored-by: Dominique <dominique.orban@gmail.com>
nHackel and dpo committed Oct 16, 2024
commit efd9a57cc9ee4296862bc2e9d9fa2240dbd2db95
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -19,6 +19,5 @@ include("test_solve_shifted_system.jl")
include("gpu/test_S_kwarg.jl")
include("gpu/jlarrays.jl")
if Sys.isapple() && occursin("arm64", Sys.MACHINE)
using Metal
include("gpu/metal.jl")
end