cgerum commented on code in PR #11389:
URL: https://github.com/apache/tvm/pull/11389#discussion_r879108585


##########
python/tvm/topi/cuda/batch_matmul.py:
##########
@@ -367,7 +367,7 @@ def _schedule_batch_matmul_int8(cfg, s, output):
     # dp4a tensorize
 
     target = tvm.target.Target.current(allow_none=False)
-    do_tensorize = True
+    do_tensorize = target.supports_integer_dot_product

Review Comment:
   Done, not sure, why the tests are failing. 



-- 
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]

Reply via email to