It would be useful to have a non-jit based execution backend, one that just takes a DiscreteModel and executes it at run time by dynamically walking through the tensors and expressions, computing values as it goes.
This could execute diffsl models without any jit backend, just pure rust, so would be useful for pure wasm compilation.
This would also be useful to pre-calculate constant tensor values and inserting the values at compile time rather than using set_constants
It would be useful to have a non-jit based execution backend, one that just takes a DiscreteModel and executes it at run time by dynamically walking through the tensors and expressions, computing values as it goes.
This could execute diffsl models without any jit backend, just pure rust, so would be useful for pure wasm compilation.
This would also be useful to pre-calculate constant tensor values and inserting the values at compile time rather than using set_constants