You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New num-traits implementations: AsPrimitive<f16> for bf16 and AsPrimitive<bf16> for f16, allowing lossy conversions between the two types. By @charles-r-earp.
Cargo.lock added to vcs as is now recommended for library crates.
Fixed
Remove some unit NaN conversion sign tests due to non-deterministic hardware. Fixes #103.