-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
float8 gemm benchmarks: add option for gpu time (#666)
Summary: Adds the option to run bf16 gemm vs float8 gemm benchmark with gpu kernel time instead of e2e time. This is useful for upcoming work on float8 roofline estimation. Test Plan: ``` python benchmarks/float8/bench_matmul.py --shape_gen_name square --use_gpu_kernel_time True // results: https://gist.github.com/vkuzo/2f09182b795fa4156939ad707966d6c3 ``` Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
Showing
2 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters