Skip to content

Commit d8a7266

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 1213ef2 commit d8a7266

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
@@ -28,7 +28,7 @@ class ResumeCheck(unittest.TestCase):
2828
# only test 1 platform/design.
2929
platform = "asap7"
3030
design = "gcd"
31-
samples = 5
31+
samples = 8
3232
iterations = 2
3333

3434
def setUp(self):

0 commit comments

Comments
 (0)