Open altaic opened 3 months ago
Hi, thanks for bringing this up! Support for mx.einsum (einx.dot) is already implemented, although not in a release version yet: https://github.com/fferflo/einx/commit/0ad7af3e675f6cd611cd0e38a7716f4eec81f66a It will be included in the next release of einx. (Using some other einx functions such as einx.get_at with mlx is currently limited to the use cases that are supported by mx.vmap)
FYI,
einsum
just landed inmlx
along with python array api support. Also, thanks foreinx
!https://github.com/ml-explore/mlx/pull/1269 https://github.com/ml-explore/mlx/pull/1289