-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[MPS] Implement MPSGenerator to enable manual random seeding #91348
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
…kend (#131) This patch will will add support for creating torch.Generator for MPS device, and enables its functions such as manual_seed, get_state, and set_state.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/91348
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 09f0a5e: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
albanD
left a comment
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.
Sounds good. Only small things
albanD
left a comment
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.
SGTM
|
@pytorchbot merge -f "Other failures are unrelated" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…#91348) This patch adds support for creating torch.Generator for MPS device, and enables its functions such as manual_seed, get_state, and set_state. Fixes pytorch#84288 and pytorch#84516 Pull Request resolved: pytorch#91348 Approved by: https://github.com/malfet, https://github.com/albanD
…#91348) This patch adds support for creating torch.Generator for MPS device, and enables its functions such as manual_seed, get_state, and set_state. Fixes pytorch#84288 and pytorch#84516 Pull Request resolved: pytorch#91348 Approved by: https://github.com/malfet, https://github.com/albanD
This patch adds support for creating torch.Generator for MPS device, and enables its functions such as manual_seed, get_state, and set_state.
Fixes #84288 and #84516