cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Adding `compile_function` as execute option.

Open alxmrs opened this issue 1 year ago • 1 comments

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.

This should help make progress towards #304.

(Note to reviewer: I realized this could be merged ahead of #508, so I pulled it out into a non-dependent PR).

alxmrs avatar Aug 03 '24 15:08 alxmrs