You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding `compile_function` as execute option.
This allows users to use jit or aot compilation during the dag finalization process within executors. It should work straightforwardly on jax/numba style jit compilation. It's possible, but maybe ugly, to perform jax-aot-style compilation.
* Add numba for compilation tests.
* Singlequotes not needed.
* Update function doc.
* Added another compile test for failure case.
* Added another test to ensure config was applied.
* Improve tests
- remove todo for new test
- use pytest conventions
* I don’t think numba jit works well on jax arrays.
* Update plan.py
Simplifying type to make mypy happy.
0 commit comments