-
Notifications
You must be signed in to change notification settings - Fork 526
The benchmarks does not work on CPU because of AMP #9119
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
Comments
Need input from @zpcore @ysiraichi before creating a pull request. |
The idea of hard-coding |
Just got back from my OOO. |
Here is the stack trace of the error:
|
Thank you for posting the error. One question, though: why do you want to run it on CPU? |
🐛 Bug
The
benchmarks
inpytorch/xla
does not work on CPU because of it is set to use AMP by default.To Reproduce
Steps to reproduce the behavior:
README.md
.Expected behavior
Add a new arg to the CLI
--amp
. Let user configure it (disable AMP) when run on CPU.Environment
The text was updated successfully, but these errors were encountered: