We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50afe93 commit 6debe9cCopy full SHA for 6debe9c
src/init.jl
@@ -12,6 +12,9 @@ function __init__()
12
@require KrylovKit="0b1a1467-8014-51b9-945f-bf0ae24f4b77" begin
13
include("../ext/LinearSolveKrylovKitExt.jl")
14
end
15
+ @require MKL_jll="856f044c-d86e-5d09-b602-aeab76dc8ba7" begin
16
+ include("../ext/LinearSolveMKLExt.jl")
17
+ end
18
@require Enzyme="7da242da-08ed-463a-9acd-ee780be4f1d9" begin
19
include("../ext/LinearSolveEnzymeExt.jl")
20
0 commit comments