-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix lkj_cholesky device error
#73980
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
Summary: Missing device call to `torch.arange` causes our cuda tests to fail. Test Plan: TBD Differential Revision: D34763123 fbshipit-source-id: 011fc34c7ffe40a80c5a9749b676e777f2ba82dd
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 7f6c28e (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34763123 |
Summary: Pull Request resolved: #73980 Fix missing device arg to `torch.arange` in `lkj_cholesky`. Test Plan: TBD Reviewed By: Balandat Differential Revision: D34763123 fbshipit-source-id: 67914e1dd0335b20cb60048e13b6df70a9fdd9f5
|
Hey @dme65. |
Summary: Fix missing device arg to
torch.arangeinlkj_cholesky.Differential Revision: D34763123