[DOCS] Adding some doc on the benchmarks + requirements file (#285)
This commit is contained in:
committed by
GitHub
parent
313d6488f6
commit
bd855ac13d
5
python/bench/README.md
Normal file
5
python/bench/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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.
|
2
python/bench/requirements-bench.txt
Normal file
2
python/bench/requirements-bench.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
pandas >= 1.3.3
|
||||
matplotlib >= 3.4.3
|
Reference in New Issue
Block a user