wrongtest-intellif commented on code in PR #13733:
URL: https://github.com/apache/tvm/pull/13733#discussion_r1065268191
##########
python/tvm/topi/nn/conv2d.py:
##########
@@ -424,17 +424,15 @@ def conv2d_NCHWc(data, kernel, stride, padding, dilation,
layout, out_layout, ou
return te.compute(
oshape,
- lambda n, oc_chunk, oh, ow, oc_block: te.sum(
+ lambda n, occ, oh, ow, oc_block: te.sum(
Review Comment:
Could we preserve a group=1 code path like `conv2d_NCHWc_int8` below?
--
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]