The PyMC team is trying to implement mlx backend for [pytensor](https://github.com/pymc-devs/pytensor) in https://github.com/pymc-devs/pytensor/pull/1365 We are running into issue with `mx.convolve` not being able to be vectorized using `vmap`. ``` [Primitive::vmap] Not implemented for Convolution. ```