-
Notifications
You must be signed in to change notification settings - Fork 257
[reland][ROCm] use dataclass for fnuz type setting #1150
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1150
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (1 Unrelated Failure)As of commit ac575ba with merge base d252612 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@msaroufim how do we test whether we're breaking things this time around? |
We can trigger the failed GitHub action on your branch. AFK now but will handle merging this |
No ciflow labels are configured for this repo. |
Ok this worked in my test branch |
Sparse test failures are unrelated |
Reland of #1142. Revert the revert #1148. Then check for torch.cuda.is_available() before trying to call torch.cuda.get_device_properties(0).