forked from google/gematria
-
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.
Add function to get proto from hex and throughput value
This patch adds a new function to bhive_importer to directly create a BasicBlockWithThroughputProto from a basic block in hex format and its associated throughput value. No unittests are added on the C++ side as this is a refactoring. A unit test is added on the python side to test the bindings for the new function. This is intended to be used in the benchmarking pipeline where formatting everything as a CSV before passing it into the bhive importer makes little sense. Pull Request: google#274
- Loading branch information
1 parent
1c77d95
commit c09dae6
Showing
4 changed files
with
86 additions
and
12 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
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