-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust has an f16 and bf16 type #124
Comments
Once they add, we can integrate the native type. Until then, I'd avoid dependencies. |
Great. I added a link for bf16 above and will add these when available. |
But And this implementation also does not rely on the Or is this also blocked by the C implementation of |
We don't need a C-level or Rust-level support for |
Thank you for the quick answer, but I'm a little bit lost. 🙃 So I looked into the Rust code and for example in the case of So I would expect that the Do such |
bf16 isn't implemented yet, you can track the progress here: #80 |
Hey @Wyctus! As you may have seen, the |
Awesome! I haven't seen it yet, but I'm gonna try it tomorrow! 🚀 Thanks! |
I tried to test Am I missing something? |
Oh, wow, we forgot to expose it to Rust 🙈 Any chance you could contribute, @Wyctus? Should be identical to f16. |
Sure, I'll send a PR, hopefully I'll have time today! |
Hey, I'm going to send the PR later today! 🙂 |
Epic! The next release is going to be the coolest in the history of this library! |
Rust has a crate half that has an f16 and bf16 we could be using. Users would probably be using this?
Rust will be adding f16 into the core language.
f16
andf128
float types rust-lang/rust#116909The addition of bf16 into the core is tracked here
The text was updated successfully, but these errors were encountered: