[PATCH] D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt"

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 11:19:59 PDT 2017


MatzeB added a comment.

- Indeed, active test-suite development is done in the cmake build (test_suite.py in lnt). You may still change nt.py but landing features exclusively there would be bad.
- It seems the llvm test-suite today only checks for `SMALL_PROBLEM_SIZE`, occasionally `LARGE_PROBLEM_SIZE` and for SPEC you can choose the size manually. Do you plan to change the test-suite for the new sizes? We should probably do further discussions there.
- Do you plan to set any rules/expectations on those new sizes? (Something like "mini" finished in half the time than "small")
- Out of interest: Why do you need finer control over the problem sizes?


Repository:
  rL LLVM

https://reviews.llvm.org/D34362





More information about the llvm-commits mailing list