forked from pytorch/pytorch
-
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.
Clean up of the multithreaded benchmark (pytorch#12905)
Summary: Pull Request resolved: pytorch#12905 This diff does some clean up of the multithread benchmark code: 1. Split implementation to `.cc` file to separate implementation and improve build 2. Make `MutatingNetSupplier` more generic by providing the mutating function as an argument instead of virtual method. 3. Fix AI benchmark by sticking to the original option names Reviewed By: highker Differential Revision: D10479238 fbshipit-source-id: afa201fc287e3fdbb232db24513ecf8024501f66
- Loading branch information
1 parent
1b530fd
commit 56bf485
Showing
2 changed files
with
8 additions
and
39 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