mikepapadim commented on a change in pull request #9282:
URL: https://github.com/apache/tvm/pull/9282#discussion_r730889982



##########
File path: tests/python/relay/aot/aot_test_utils.py
##########
@@ -721,7 +723,7 @@ def compile_and_run(
 
 def generate_ref_data(mod, input_data, params=None, target="llvm"):
     """Generate reference data through executing the relay module"""
-    compile_engine.get().clear()
+    te_compiler.get().clear()

Review comment:
       Indeed, i think is not required anymore. It was transilient from compile 
engine.




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