forked from deepspeedai/DeepSpeed
-
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.
* [squash] Staging autotuning v4 Co-authored-by: Cheng Li <[email protected]> Co-authored-by: Minjia Zhang <[email protected]> Co-authored-by: Olatunji Ruwase <[email protected]> Co-authored-by: Jeff Rasley <[email protected]> * add new extra, guard xgboost, cleanup dead files (deepspeedai#268) * Fix autotuning docs (deepspeedai#1553) * fix docs * rewording the goal * fix typos * fix typos (deepspeedai#1556) * fix typos * fix format * fix bug (deepspeedai#1557) * fix bug Co-authored-by: Jeff Rasley <[email protected]> Co-authored-by: Minjia Zhang <[email protected]> Co-authored-by: Olatunji Ruwase <[email protected]>
- Loading branch information
1 parent
b7cc7c8
commit 9caa74e
Showing
46 changed files
with
5,982 additions
and
1,816 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include *.txt README.md | ||
recursive-include requirements *.txt | ||
recursive-include deepspeed *.cpp *.h *.cu *.tr *.cuh *.cc | ||
recursive-include deepspeed *.cpp *.h *.cu *.tr *.cuh *.cc *.json | ||
recursive-include csrc *.cpp *.h *.cu *.tr *.cuh *.cc |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
test* | ||
runs | ||
autotuning_results* | ||
autotuning_exps | ||
output* | ||
*.png |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from .autotuner import Autotuner |
Oops, something went wrong.