github jax-ml/ml_dtypes v0.5.0
v0.5.0 release

6 days ago
  • Added new 8-bit float types following IEEE 754 convention:
    ml_dtypes.float8_e4m3, ml_dtypes.float8_e3m4
  • Added the 8-bit floating point type ml_dtypes.float8_e8m0fnu, which is the
    OpenCompute MX scale format.
  • Added new 4-bit and 6-bit float types:
    ml_dtypes.float4_e2m1fn, ml_dtypes.float6_e2m3fn and ml_dtypes.float6_e3m2fn.
  • Fix outputs of float divmod and floor_divide when denominator is zero.

Don't miss a new ml_dtypes release

NewReleases is sending notifications on new releases.