abhikran-quic commented on code in PR #13388:
URL: https://github.com/apache/tvm/pull/13388#discussion_r1023512424
##########
tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_int8.py:
##########
@@ -248,8 +248,9 @@ def index_map_nchw32c_nchw8h8w32c(n_batch, channel, height,
width, channel_32):
# Add cache for input and output activation layout transform,
# note that weight is already in correct layout
- input_cache = sch.cache_read(conv2d_block, 0, "global") # pylint:
disable=unused-variable
- output_cache = sch.cache_write(outer_block, 0, "global") # pylint:
disable=unused-variable
+ # pylint: disable=unused-variable
Review Comment:
This was needed only for `input_cache` and `output_cache` variables. I will
move it to the top in next PR.
--
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]