-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add minimal support for BFloat16 dtype. #381
Conversation
The issue with the "careful" job seems unrelated to the change at hand. |
@kngwyu Not sure what to do about tests here? Ship it without any tests? Install Tensorflow in the CI? Something else? |
How about using ml_dtypes? I have no experience with this, but it looks suitable for CI because it only depends on numpy. |
Yes, this is a nice self-contained one and the CI seems to be happy using it. What do you think about the change itself? Would you be ok with merging while the careful job is still broken due to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I'm personally OK to go ahead, but just waiting seems also OK if the nightly will come back soon. (I hope it will be fixed tomorrow, though sometimes it can take some time... |
Yeah, let's wait... |
Closes #380