-
Notifications
You must be signed in to change notification settings - Fork 40
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
Matrix batches #158
Matrix batches #158
Conversation
Would be nice to direct something like: |
Yeah, I'm surprised we haven't come up with anything convenient yet. There's https://github.com/FluxML/NNlib.jl/blob/1b30040fabadd41efa0d9dde5841b90f9f85cf2d/src/batched/batchedmul.jl#L4-L54, but that would require an NNlib.jl dependency. |
190c7dc
to
a462b95
Compare
a462b95
to
151ad82
Compare
This PR would enable lu factorization in batches. However the MPSKernel only ever runs once for LU decomposition, trying the same for MatMul works just fine.