mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-04 15:04:40 +08:00
Gather mm new kernel and small refactoring (#2040)
This commit is contained in:

committed by
GitHub

parent
e9e268336b
commit
99eefd2ec0
@@ -1108,7 +1108,7 @@ class TestBlas(mlx_tests.MLXTestCase):
|
||||
lhs_indices_ = mx.broadcast_to(lhs_indices, (3, 2))
|
||||
rhs_indices_ = mx.broadcast_to(rhs_indices, (3, 2))
|
||||
M = a.shape[-2]
|
||||
N = b.shape[-2]
|
||||
N = b.shape[-1]
|
||||
K = a.shape[-1]
|
||||
|
||||
a = a.reshape((-1, M, K))
|
||||
|
Reference in New Issue
Block a user