You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/25 20:06:35 UTC

[GitHub] [tvm] masahi commented on a change in pull request #10391: [vulkan] Add integer dot product (4xint8, 4xuint8) tensorization for the vulkan SPIR-V target.

masahi commented on a change in pull request #10391:
URL: https://github.com/apache/tvm/pull/10391#discussion_r815088137



##########
File path: python/tvm/relay/op/strategy/cuda.py
##########
@@ -372,7 +376,7 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):
             ic_chunk = in_channels // 4
 
             if (
-                target.kind.name == "cuda"
+                (target.kind.name == "cuda" or target.kind.name == "vulkan")

Review comment:
       `target.kind.name in ["cuda", "vulkan"]`. Three places. 




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org