Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 08:10
d40f376

BFloat16s v0.5.0

Diff since v0.4.2

This is a breaking release, changing the way code is generated for operations with BFloat16 numbers. On Julia 1.10, this will now rely on LLVM, potentially generating code that performs BFloat16 operations natively. On older versions of Julia, the existing software implementation is still used.

Although care has been taken to make sure both implementations behave identically, it is possible that this change has introduced differences, which is why this release has been tagged as a breaking release. If you rely on this package, it is recommended to test your code using both Julia 1.10 on a platform where LLVM supports bfloat (i.e., x86 or x86_64), and using any older version of Julia. Differences in behavior are likely bugs.

Merged pull requests:

Closed issues:

  • Fix nonexistent overload of Printf functionality (#40)
  • nextfloat/prevfloat(::BFloat16,::Integer) missing (#48)
  • please give Tim Besard write permission (#52)
  • is BFloat16s.jl up to date with JuliaLang/julia#51470 (#53)