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

Fix GPU tests #388

Merged
merged 14 commits into from
Oct 5, 2023
Prev Previous commit
Next Next commit
Remove MKL requires
  • Loading branch information
ChrisRackauckas committed Oct 4, 2023
commit 50afe93b0225fc331fba016b5818adc5e4bb7497
3 changes: 0 additions & 3 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ function __init__()
@require KrylovKit="0b1a1467-8014-51b9-945f-bf0ae24f4b77" begin
include("../ext/LinearSolveKrylovKitExt.jl")
end
@require MKL_jll="856f044c-d86e-5d09-b602-aeab76dc8ba7" begin
include("../ext/LinearSolveMKLExt.jl")
end
@require Enzyme="7da242da-08ed-463a-9acd-ee780be4f1d9" begin
include("../ext/LinearSolveEnzymeExt.jl")
end
Expand Down