masahi commented on code in PR #13642:
URL: https://github.com/apache/tvm/pull/13642#discussion_r1061991180


##########
apps/microtvm/zephyr/template_project/qemu-hack/qemu-system-arm:
##########
@@ -1 +0,0 @@
-qemu-system-i386

Review Comment:
   Is this change relevant? If not remove it.



##########
python/tvm/relay/op/strategy/x86.py:
##########
@@ -591,18 +591,17 @@ def dense_strategy_cpu(attrs, inputs, out_type, target):
 def dense_pack_strategy_cpu(attrs, inputs, out_type, target):
     """dense_pack x86 strategy"""
     strategy = _op.OpStrategy()
-
     if (
         inputs[0].dtype == "uint8"
         and inputs[1].dtype == "int8"
         and out_type.dtype == "int32"
         and attrs["weight_layout"] == "NC16n4c"
     ):

Review Comment:
   I see, that works too.



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