d-smirnov commented on code in PR #10547: URL: https://github.com/apache/tvm/pull/10547#discussion_r908375436
########## tests/python/unittest/test_tir_usmp_algo_hill_climb.py: ########## @@ -22,7 +22,7 @@ from tvm.tir.usmp.utils import BufferInfo, PoolInfo -def _check_max_workspace_size(buffer_pool_allocations, pool_info, size): +def _check_max_workspace_size(buffer_pool_allocations, pool_info, size, tolerance=0): Review Comment: def test_intervals(intervals) accepts 5% of difference now -- 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]
