Open
Description
Description
We're fairly close to having full Numba support, but a few important numba issues are missing. This is an incomplete list that we should complete and then make a push to add them.
Here is a tutorial on how to add them: https://pytensor.readthedocs.io/en/latest/extending/creating_a_numba_jax_op.html
- Advanced(Inc)Subtensor
- SolveTriangular
- Logdet Add
slogdet
for Numba and JAX #172 - (Probably) other linalg stuff
- Broadcasting in Advanced(Inc)Subtensor1
- LogSumExp (Add numba implementations for LogSumExp (reference implementation exists) aesara-devs/aesara#404 for code example)
- aesara/tensor/basic.py: Flatten(COp)
- erfcx