masahi commented on code in PR #10450:
URL: https://github.com/apache/tvm/pull/10450#discussion_r848956374
##########
python/tvm/topi/cuda/tensorcore_alter_op.py:
##########
@@ -148,7 +148,9 @@ def _dense_legalize(attrs, inputs, arg_types):
# Pad input and output channels to use tensorcore schedule.
if dtype in ["float16", "int8", "uint8"]:
- # The shape of (M, K, N) must be multiple of (16, 16, 16) or (32, 16,
8) or (8, 16, 32)
+ # The shape of (M, K, N) must be multiple of
+ # (16, 16, 16) or (32, 16, 8) or (8, 16, 32)
+ # from https://arxiv.org/pdf/1811.09736.pdf
Review Comment:
Can you remove this link? This is a well-known HW fact.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]