Files
triton/python/bench
Madeleine Thompson 8bf551ae7a [STYLE] run autopep8 and isort (#421)
Run:
```
isort ./python
autopep8 -i --ignore E501,E701,E731 $(find ./python/ -name '*.py')
```
with an `.isort.cfg` and then clean up a few warts. This PR should be a no-op; the idea is that this is all boring whitespace changes, and any config file changes will be in a different change to make it easier to review.
2022-01-06 14:34:17 -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.