Skip to content

Investigate possibility of an eager mode #17

Description

@oir

Maybe automatically forward() an eager node at the time of its construction.

If we assume inductively that it's inputs are eager (which should be necessary for its eagerness), then they should already be forwarded, therefore we can forward the downstream node safely without running any graph traversal.

Notion of eagerness can be derived automatically by eagerness of all inputs, similar to how devices can be derived from input node devices based on precedence.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    🚀Enhancement: New feature or request🛡️Runtime safety

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions