.. | ||
info_a100_py2.jsonl | ||
make_plot_with_jsonl.py | ||
plot_with_info.pdf | ||
README.md | ||
speed_benchmark.py |
Steps:
- Run
python speed_benchmark/speed_benchmark.py
which times operations and writes their time tospeed_benchmark/info_a100_py2.jsonl
(change the name of the jsonl to a different name for your profiling). - Run
python speed_benchmark/make_plot_with_jsonl.py
, which produces thespeed_benchmark/plot_with_info.pdf
. Again make sure you change the jsonl which is being processed.