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
good question - maybe matrix size for now to keep it simple, although number of bands would also be interesting. GBMV is a curious case where the implementation is unchanged from the original GotoBLAS and may not have been evaluated for (multithreaded) performance at all.
Currently we benchmark:
BLAS level 1
BLAS level 3
LAPACK:
linalg.solve
)linalg.svd
)linalg.eigh
)@martin-frbg suggested it'd be useful to add
for the banded matrix-vector multiply, what is more interesting to scale: matrix size or the number of bands?
The text was updated successfully, but these errors were encountered: