jax and bfloat16 after #2874 #3255
jacknewsom
started this conversation in
General
Replies: 1 comment
-
@jacknewsom if you copied this example, and it's working, then that's great! Let us know if you run into any problems storing data. If you plan to share your data with other people, you should probably ensure that you use a common JSON representation for bfloat16. According to this spec document, the JSON form should just be the string @jbms does tensorstore support zarr + bfloat16? If so, compatibility with tensorstore would be a good external test case. And if this data type is popular enough, we could consider defining it in zarr python or an external package under an optional dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - as of #2874 / v3.1.0, is there a canonical way to implement/support bfloat16? I found this proof-of-concept for adding new dtypes, but it looks like the interface has changed a bit since that proposal. Curious if anyone's thought about this yet. Schemed this up by more-or-less copying the example from the docs:
so far it seems to be working okay, but would love to get some input in case i'm doing something dumb!
Beta Was this translation helpful? Give feedback.
All reactions