zhiics commented on a change in pull request #5195: [RELAY] Fixes to
MergeCompilerRegions
URL: https://github.com/apache/incubator-tvm/pull/5195#discussion_r401737713
##########
File path: tests/python/relay/test_pass_merge_compiler_regions.py
##########
@@ -66,13 +66,13 @@ def expected():
O_2 = relay.nn.relu(O_1)
ce_3 = compiler_end(O_2, "test")
- cb_x = compiler_begin(ce_2, "default")
- X = relay.tanh(cb_x)
- ce_x1 = compiler_end(X, "default")
- ce_x2 = compiler_end(X, "default")
+ # cb_x = compiler_begin(ce_2, "default")
Review comment:
remove the commented lines
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services