nx icon indicating copy to clipboard operation
nx copied to clipboard

Default integers to 32-bit precision

Open jonatanklosko opened this issue 1 month ago • 0 comments

This way tensors require less memory by default and people can opt-in if they work with really big numbers. We already default to 32-bit precision for floats. Sidenote: Jax does that too and even guards 64-bit precision behind a configuration flag.

jonatanklosko avatar May 23 '24 14:05 jonatanklosko