-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ROOFLINE] Add CUDA support to roofline analysis (#12205)
* [ROOFLINE] Add CUDA support to roofline analysis Add functions to estimate peak flops and bandwidth for CUDA. Add a new registration mechanism to the roofline analysis to support adding any target. This mechanism uses generic functions with overrides. New targets only need to add `estimate_peak_bandwidth` and `estimate_peak_flops` functions. Also fix cuda codegen and tensorcore_infer_fragment.cc to support filling matrix_a and matrix_b fragments. * formatiing * move statement back inside loops * print out report for debugging * default to avx2 * review comments
- Loading branch information
Tristan Konolige
authored
Jul 30, 2022
1 parent
e756980
commit 961a7c7
Showing
10 changed files
with
736 additions
and
342 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
Oops, something went wrong.