Disable TF32 in some linalg tests; Disable TF32 in svd_lowrank forward#73614
Disable TF32 in some linalg tests; Disable TF32 in svd_lowrank forward#73614xwang233 wants to merge 6 commits intopytorch:masterfrom
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit cf71322 (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. |
|
Test failures are real |
|
Hi @ngimel , there seems to be many JIT-related test failures if we call the TF32 flag function ( At the mean time, I've adjusted the test tolerance for svd_lowrank and pca_lowrank, and we have tests on A100 passing now. |
|
Ok, thanks! |
|
@ngimel has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Hey @xwang233. |
pytorch#73614) Summary: Follow up of pytorch#73460, pytorch#73461 Pull Request resolved: pytorch#73614 Reviewed By: malfet Differential Revision: D34772822 Pulled By: ngimel fbshipit-source-id: 4e2bea0173d1b6b01e857ef63ef5c2d8c3802544 (cherry picked from commit 5994863)
Follow up of #73460, #73461