Commit Graph

4 Commits

Author SHA1 Message Date
Philippe Tillet
134e246117 [DOCS] Improved plots in tutorials 2021-03-11 00:42:29 -05:00
Philippe Tillet
4781f979b2 [PYTHON] Made bench_blocksparse and bench_cross_entropy compatible
with the new performance report API
2021-03-08 20:19:10 -05:00
Philippe Tillet
4e6fe6329f [PYTHON] bugfix in bench_cross_entropy 2021-02-26 02:37:46 -05:00
Philippe Tillet
53fd9631ef [PYTHON] Added automated benchmark script (#63)
This adds a bench functionality to the setup.py that can be used to run the benchmark suite and generates a bunch of csv files (and optionally plots)

python setup.py bench
python setup.py bench --with-plots
python setup.py bench --filter=cross_entropy
2021-02-08 15:16:41 -05:00