Hello and thank you for this package :)
I just tried it out, and noticed that
using DoubleBLAS
LinearAlgebra.mul!(C, A, B);
hits a method defined in DoubleFloats.jl https://github.com/JuliaMath/DoubleFloats.jl/blob/master/src/math/linearalgebra/matmul.jl#L81
How would I go about replacing that method with optimized ones from this package? Calling https://github.com/RalphAS/DoubleBLAS.jl/blob/master/src/gemm.jl#L6 directly is not really feasible if I'd like to keep implementations unchanged.
Hello and thank you for this package :)
I just tried it out, and noticed that
hits a method defined in DoubleFloats.jl https://github.com/JuliaMath/DoubleFloats.jl/blob/master/src/math/linearalgebra/matmul.jl#L81
How would I go about replacing that method with optimized ones from this package? Calling https://github.com/RalphAS/DoubleBLAS.jl/blob/master/src/gemm.jl#L6 directly is not really feasible if I'd like to keep implementations unchanged.