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. #25918

Merged
merged 2 commits into from
Feb 6, 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 aba1428 to c9bc972 Compare January 22, 2025 23:51
@copybara-service copybara-service bot force-pushed the test_716042460 branch 13 times, most recently from 9e192fc to 202458c Compare January 28, 2025 21:29
@copybara-service copybara-service bot force-pushed the test_716042460 branch 19 times, most recently from d77f1e0 to c27366b Compare February 3, 2025 20:30
@MichaelHudgins MichaelHudgins merged commit 2e808f2 into main Feb 6, 2025
18 of 20 checks passed
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