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

jnp.reshape: add copy argument for Array API #22768

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Jul 30, 2024

The semantics of copy with reshape are somewhat unclear, but we shouldn't let that block us from landing the Array API, particularly since copies are mostly irrelevant for JAX due to it's JIT compilation model.

Part of #18353 and #21088

@jakevdp jakevdp self-assigned this Jul 30, 2024
@jakevdp jakevdp requested a review from dfm July 30, 2024 21:08
@dfm dfm changed the title jnp.repeat: add copy argument for Array API jnp.reshape: add copy argument for Array API Jul 30, 2024
@google-ml-butler google-ml-butler bot added kokoro:force-run pull ready Ready for copybara import and testing labels Jul 30, 2024
@copybara-service copybara-service bot merged commit bd14d6a into jax-ml:main Jul 31, 2024
15 of 17 checks passed
@jakevdp jakevdp deleted the array-api-reshape branch July 31, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants