Skip to content

Commit 05820a0

Browse files
committed
test-resume: increase number of samples for iterations 2 to work more reliably
- currently under gp/dp constraint -> 0.625 of the configurations are valid. if we use 5 samples -> only 0.625*0.625*5 ~ 1.9 samples will be valid. - if we use 8 samples ~ 3.1 samples will be valid. Signed-off-by: Jack Luar <[email protected]>
1 parent 33753db commit 05820a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/test/resume_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ResumeCheck(unittest.TestCase):
6363
# only test 1 platform/design.
6464
platform = "asap7"
6565
design = "gcd"
66-
samples = 5
66+
samples = 8
6767
iterations = 2
6868

6969
def setUp(self):

0 commit comments

Comments
 (0)