Denys Shabalin

Results 5 issues of Denys Shabalin

Currently we only include benchmark results in the json output. We should add a summary of the detected hardware alongside it. Especially summary of the CPU capabilities, and any of...

Internally we already have an API to report benchmark results in various formats. We should polish and expose it as a public API. Moreover, we should think how to make...

Currently only time and warmup time can be recorded as a time series, while counters provide a single aggregate value. It would be great to add support for recording custom...

In #22, we added CMake builds which are helpful for Windows development. We need to add Continuous Integration for those, otherwise there is a risk of them getting out of...

Earlier, we experimented with simple randomised sampling of harness' tuning variables (see [variables.py](https://github.com/google/iree-llvm-sandbox/blob/main/python/examples/core/variables.py) and their use in [transforms.py](https://github.com/google/iree-llvm-sandbox/blob/main/python/examples/core/transforms.py)), but eventually we decided against rolling our own tuning framework in the...