-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Fix] Tensor core type issue for dense #7187
Conversation
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.
LGTM
Do we allow tvm/python/tvm/topi/cuda/dense_tensorcore.py Lines 72 to 73 in c02c9c5
|
Good catch, just removed it. |
* fix tc type issue for dense * fix lint * rm float 32 Co-authored-by: Leyuan Wang <ziyu.guo@bytedance.com>
* fix tc type issue for dense * fix lint * rm float 32 Co-authored-by: Leyuan Wang <ziyu.guo@bytedance.com>
* fix tc type issue for dense * fix lint * rm float 32 Co-authored-by: Leyuan Wang <ziyu.guo@bytedance.com>
* fix tc type issue for dense * fix lint * rm float 32 Co-authored-by: Leyuan Wang <ziyu.guo@bytedance.com>
As mentioned in PR #7146, previous tensor core code lacks type check and this PR is trying to fix that.
cc @jcf94 @merrymercy @Meteorix