Platform: macOS and some Linux
Problem: multiplying A & B with at least one side generically-strided (e.g. A = view(Abase, 1:Mst:M, ...) | Mst>1) yields all-0 results.
Possible cause: upstream (reproduced in C).
Status: investigating.
Workaround: as is stated in README.jl, failed methods can be blacklisted to block from the LinearAlgebra interface:
Platform: macOS and some Linux Problem: multiplying A & B with at least one side generically-strided (e.g.
A = view(Abase, 1:Mst:M, ...) | Mst>1
) yields all-0 results. Possible cause: upstream (reproduced in C). Status: investigating. Workaround: as is stated inREADME.jl
, failed methods can be blacklisted to block from theLinearAlgebra
interface: