alanmacd commented on code in PR #13886:
URL: https://github.com/apache/tvm/pull/13886#discussion_r1092701980
##########
tests/python/unittest/test_crt.py:
##########
@@ -233,10 +216,8 @@ def do_test():
def test_aot_executor_usmp_const_pool():
"""Test the AOT executor with microTVM using USMP to generate a constant
data pool."""
- ws_root = pathlib.Path(os.path.dirname(__file__) + "/micro-workspace-usmp")
- if ws_root.exists():
- shutil.rmtree(ws_root)
- temp_dir = tvm.contrib.utils.tempdir(ws_root.resolve())
+ temp_dir = tvm.contrib.utils.tempdir(keep_for_debug=True).path
+ print(f"Generated files are in {temp_dir}")
Review Comment:
remove print()
--
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]