cconvey opened a new pull request, #11737:
URL: https://github.com/apache/tvm/pull/11737
- Make the execution of benchmarks in `benchmark_elemwise_add.py` depend
on two environment variables: `ANDROID_SERIAL_NUMBER` and
`TVM_FORCE_RUN_BENCHMARKS`.
By default, the benchmarks are skipped when the
`ANDROID_SERIAL_NUMBER` environment variable has the value
`simulator`. (Case is significant.)
This can be overridden by setting the environment variable
`TVM_FORCE_RUN_BENCHMARKS` to the value `1`.
Maintainer note: This is a (hopefully) temporary measure to prevent
(time-consuming) benchmarking code from executing every time TVM's
pre-commit CI hook runs.
- Fix a bug where `benchmark_elemwise_add.py` was broken by an
earlier change to the `HexagonLauncherRPC` class.
- misc. small changes to
`tests/python/contrib/test_hexagon/benchmark_util.py`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]