-
Notifications
You must be signed in to change notification settings - Fork 26.3k
disable LT interface #74021
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
disable LT interface #74021
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 2ed8c19 (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: D34775050 |
Summary: Pull Request resolved: pytorch#74021 Disables cublasLt as it is buggy with cuda 11.0. We'll reenable it based on cuda version (some known bugs are fixed in 11.5) Test Plan: Existing tests Reviewed By: jspark1105 Differential Revision: D34775050 fbshipit-source-id: 6931db465c98c452ec3cc49947de9daeb4ce0465
|
This pull request was exported from Phabricator. Differential Revision: D34775050 |
514fa4a to
2ed8c19
Compare
|
I'm guarding use of cublasLt on cuda version 11.4, and I've removed "batch size" condition, because we are doing matrix multiply (not batched matrix multiply), so batch limitation doesn't apply (this still might have some perf issues though, we also need to specify workspace) |
|
Oh right, I missed it. @xwang233 if you know of any additional conditions that should be used to determine whether to use cublasLt, or if you could do more thorough testing with cuda 11.5 to make sure there's no regression in functionality and perf, that would be great. |
Summary: Pull Request resolved: #74021 Disables cublasLt as it is buggy with cuda 11.0. We'll reenable it based on cuda version (some known bugs are fixed in 11.5) Test Plan: Existing tests Reviewed By: jspark1105 Differential Revision: D34775050 fbshipit-source-id: 3faf3d15a0d9e24ca99e3ab515d2bc73a4c51fb5
|
Hey @ngimel. |
Summary: Disables cublasLt as it is buggy with cuda 11.0. We'll reenable it based on cuda version (some known bugs are fixed in 11.5)
Test Plan: Existing tests
Differential Revision: D34775050