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

Ensure jax.jit static_argnums is refactored to static_argnames #16

Closed
JossWhittle opened this issue Mar 8, 2022 · 1 comment
Closed
Labels
enhancement New feature or request high priority

Comments

@JossWhittle
Copy link
Contributor

Functions that currently mark static_argnums=(0, 1, 2) should be updated to use the safer static_argnames=('tom', 'dick', 'harry') that is now available.

@JossWhittle JossWhittle added enhancement New feature or request high priority labels Mar 8, 2022
JossWhittle added a commit that referenced this issue Mar 9, 2022
…tic-argnames

Refactor static_argnums to static_argnames. Closes #16
@JossWhittle
Copy link
Contributor Author

Closed by #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority
Projects
None yet
Development

No branches or pull requests

1 participant