Files
triton/python/bench
Madeleine Thompson efdabe6073 [STYLE] check python with flake8 (#424)
I've been using this locally to find errors without running tests, and now that we're using autopep8, it passes with minimal suppressions. This is also what turned up the issues with the tutorials, which were fixed in #422.
2022-01-07 15:28:36 -08:00
..
2022-01-06 14:34:17 -08:00

Run the benchmarks

Install the required dependencies via pip install -r requirements-bench.txt from the triton/python/bench folder.

Run the benchmarks through python3 bench/run.py, this will produce an HTML report in a results folder.