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

Adds a minimal but viable implementation of string arrays (with numpy.dtypes.StringDType) in JAX. Currently this only supports making of a string array by means of either jax.numpy.asarray or jax.device_put and reading it back with jax.device_get. #21503

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

copybara-service[bot]
Copy link

Adds a minimal but viable implementation of string arrays (with numpy.dtypes.StringDType) in JAX. Currently this only supports making of a string array by means of either jax.numpy.asarray or jax.device_put and reading it back with jax.device_get.

@copybara-service copybara-service bot force-pushed the test_716042460 branch 17 times, most recently from 802f086 to c6ee44e Compare January 22, 2025 23:54
@copybara-service copybara-service bot force-pushed the test_716042460 branch 13 times, most recently from 9803cb6 to 0bdabcc Compare January 28, 2025 20:08
@copybara-service copybara-service bot force-pushed the test_716042460 branch 17 times, most recently from dd7f610 to cdddc20 Compare February 3, 2025 20:37
@copybara-service copybara-service bot force-pushed the test_716042460 branch 2 times, most recently from f6988fd to 28b4983 Compare February 5, 2025 20:21
…y.dtypes.StringDType`) in JAX. Currently this only supports making of a string array by means of either `jax.numpy.asarray` or `jax.device_put` and reading it back with `jax.device_get`.

PiperOrigin-RevId: 723620391
@copybara-service copybara-service bot merged commit f278bb2 into main Feb 5, 2025
1 check passed
@copybara-service copybara-service bot deleted the test_716042460 branch February 5, 2025 21:05
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