forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ROOFLINE] Roofline analysis over RPC (apache#11252)
* [ROOFLINE] Roofline analysis over RPC Run roofline analysis on remote devices if requested. Peak flops and peak bandwidth estimation are done on the remote device. * allocate testing arrays directly on device and randomly fill * forgot to include remote * lower flops ratio, machine may be using multiple threads * forgot fill
- Loading branch information
Tristan Konolige
authored and
Yuanjing Shi
committed
May 17, 2022
1 parent
2d1c022
commit 454bded
Showing
2 changed files
with
146 additions
and
18 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