You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, norm(::StridedVector, 1) and norm(::StridedVector, 2) call BLAS.asum and BLAS.nrm2 for long enough inputs (and return wrong result for negetive stride).
So we'd better to ensure correctness?
On the other hand, we have JuliaLang/julia#41513 for gemv, and JuliaLang/julia#39751 for dot.
There seems no reason we dont add negative stride support to other functions, (if they return correct results)
N5N3
changed the title
Level 1 BLAS functions dont handle inputs with negetive stride correctly
Level 1 BLAS functions (except for dot) dont handle inputs with negetive stride correctly
Nov 5, 2021
Similar to JuliaLang/julia#30765.
An eazy example:
The text was updated successfully, but these errors were encountered: