Closed shimizust closed 2 months ago
can we add a readme in benchmark/ to elaborate how to run these?
Added instructions to contributing.md
Taking the raw results from triton.testing.do_bench here, we already get the unrounded values. I think the For example you can see in the CSV:
cross_entropy,liger,forward,speed,ms,V,vocab size,8192,0.8101439476013184,0.7565760016441345,0.9144319891929626,"{""B"": 8, ""T"": 2048}",NVIDIA A100-SXM4-80GB,2024-09-03 15:31:39,0.2.1
cc @ByronHsu @austin362667
ah i see! you are writing the csv on your own
Summary
benchmark/data/all_benchmark_data.csv
) that contains more complete information on how the benchmarking test was setup:make run-benchmarks
Testing Done
make test
to ensure correctnessmake checkstyle
to ensure code stylemake test-convergence
to ensure convergence