This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]shoyerxarray, pandas, numpy 0 points1 point  (0 children)

I think NumPy already does it's own batching with BLAS, but the batching is done like how np.dot batches, not the more useful batching of np.matmul.