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

Add preferred_element_type to jax.numpy.einsum #15471

Closed
jewillco opened this issue Apr 7, 2023 · 1 comment · Fixed by #15479
Closed

Add preferred_element_type to jax.numpy.einsum #15471

jewillco opened this issue Apr 7, 2023 · 1 comment · Fixed by #15479
Assignees
Labels
enhancement New feature or request

Comments

@jewillco
Copy link

jewillco commented Apr 7, 2023

The jax.lax.dot_general, jax.lax.conv_general_dilated, etc. functions have a preferred_element_type parameter to set their output types. Since jax.numpy.einsum is a user-friendly way of accessing these, it would be nice to have the preferred_element_type parameter there as well.

@jewillco jewillco added the enhancement New feature or request label Apr 7, 2023
@jakevdp
Copy link
Collaborator

jakevdp commented Apr 7, 2023

Thanks! Seems like a reasonable addition.

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

Successfully merging a pull request may close this issue.

2 participants