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


##########
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:
   Put this at the top of the file (see other files disabling pylint) if you 
need it.



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