Skip to content

new execution backend -> non-jit dynamic tensor execution #134

@martinjrobins

Description

@martinjrobins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions