yippy._precision#
Precision policy for yippy.
All float storage follows the global jax_enable_x64 flag: float32 when the
flag is off (the default, memory-friendly), float64 when it is on. This avoids a
segmented float32/float64 pipeline, which JAX handles poorly.
Functions#
Active default float dtype: float64 if jax_enable_x64 else float32. |
|
Short cache key for the active float dtype: |