Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert : use f32 outtype for bf16 tensors
The old behaviour is to use f16, but bf16 to f16 is not a lossless conversion. Change the outtype to f32 to default to a lossless conversion.
- Loading branch information