forked from OSchip/llvm-project
6c76d01011
The tests that exercise the 'release' mode, where the model is AOT-ed, check the output has certain properties, to validate that, indeed, a different policy from the default one was exercised. For determinism, we can't reliably check that output for an arbitrary learned policy, since it could be that policy happens to mimic the default one in that particular case. This patch adds a requirement that those tests run only when the model is autogenerated (e.g. on build bots). Differential Revision: https://reviews.llvm.org/D111747 |
||
---|---|---|
.. | ||
Inputs | ||
bounds-checks-rewards.ll | ||
bounds-checks.ll | ||
dev-mode-log-deleted.ll | ||
development-training-log.ll | ||
ml-test-development-mode.ll | ||
ml-test-release-mode.ll | ||
size-estimator-default.ll | ||
size-estimator-training.ll |