You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/28 11:39:34 UTC

[GitHub] [tvm] d-smirnov commented on a diff in pull request #10547: [USMP] HillClimb stability patch

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org