-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix Adam FP16 overflow on gpu kernels #7694
Conversation
Jenkins, test this please |
Jenkins CI test (for commit 0d65b03, target branch master) failed with status FAILURE. |
Please check the test failures. |
There was a lack of conversions back for |
Jenkins, test this please |
Jenkins CI test (for commit 9184bfd, target branch master) failed with status FAILURE. |
Jenkins, test this please |
Jenkins CI test (for commit 1eed627, target branch master) failed with status FAILURE. |
Jenkins failure is unrelated. |
LGTM |
Fix Adam FP16 overflow on gpu kernels
Fix #7690
Found that it was due to lack of precision as some values were not being converted to FP32 during intermediate calculations.