-
Notifications
You must be signed in to change notification settings - Fork 9
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 factorize!() method for BunchKaufman #38
Comments
Appreciate the support. |
I will test for MKL. I don't have the hardware to test for Accelerate. @RoyiAvital could you do that? |
I will. Let me know when it is ready. |
@RoyiAvital Sorry, I got confused with the actual syntax
|
Do these lines allocate? F1 = factorize!(ws, 'U', mC)
F = BunchKaufman(mC, F1[2], 'U', true, false, BLAS.BlasInt(0))
ldiv!(F, vX) If not, this is perfect. I will test on |
It still allocates for a reason that I don't understand but very little. It doesn't depend on the size of the matrix. |
I assume |
allocates 64 bytes per iteration
allocate 48 bytes per iteration |
factorize()
method is missing for BunchKaufmann (see https://discourse.julialang.org/t/ann-fastlapackinterface-jl-v1-0-0-non-allocating-lapack-factorizations/83354/10?u=micheljuillard and https://discourse.julialang.org/t/ann-fastlapackinterface-jl-v1-0-0-non-allocating-lapack-factorizations/83354/10?u=micheljuillard)The text was updated successfully, but these errors were encountered: