Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State based IO #145

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

State based IO #145

wants to merge 25 commits into from

Conversation

BillHuang2001
Copy link
Collaborator

@BillHuang2001 BillHuang2001 commented Aug 8, 2024

Description

Allow the storing closures in the state, and execute them in order outside of the jax.jit context.
When storing the closures, the values are visible to jax, and are compatible with jax's transformations such as vmap.

Checklist

  • I have formatted my Python code with black.
  • I have good commit messages.
  • If adding new algorithms, problems, operators:
    • Added related test cases.
    • Added docstring to explain important parameters.
    • Added entries in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant