Skip to content

Asynchronous Execution #23

@philip-paul-mueller

Description

@philip-paul-mueller

A function that is annotated with jax.jit() can run asynchronous and only when the result is requested it will block until the computation has finished.
Implementing this behaviour in JaCe is very difficult, since the source that is generated by DaCe will blcok until the execution has ended.
This means we have to rework how the entire SDFG<->Python interface works and patch the code generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions