-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
[Breaking] Adds AMP<F>
dtype
#811
Conversation
I'm curious: why |
@nkoppel I was thinking we could have |
PyTorch supports it, as seen here, so it makes sense to leave room to do that. Might it make sense to use a type alias to refer to |
👍 to type aliases |
Co-authored-by: nkoppel <nathankoppel0@gmail.com>
Resolves #424
dtypes
moduledfdx::dtypes::AMP<F>
Device<AMP<f16>>
forCpu
/Cuda`Ops that cast up to f32 internally:
Other ops may be auto cast in the future.