Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating Horovod and refactored Adasum computations #5468

Merged
merged 31 commits into from
Dec 18, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9e83320
prepare for merge
Sep 11, 2020
6ae9cfb
resolved rebase conflicts
Oct 10, 2020
66d849b
fixed build
Oct 10, 2020
6687ccd
rearranged tests
Oct 13, 2020
c7d89bd
Removed submodule
Oct 13, 2020
ddaef80
fixed unused variable
Oct 13, 2020
7fa4b82
removed more un-used files
Oct 13, 2020
1a5ba61
fixed formatting
Oct 13, 2020
4a83676
PR comments
Nov 27, 2020
8967ea9
addressed PR comments
Nov 28, 2020
f384db4
minor formatting fix
Nov 28, 2020
f5af6dc
guard tests wtih mpi directive
Nov 29, 2020
4ebb825
fixed rocm build
Nov 30, 2020
e910991
try to fix rocm one more time
Nov 30, 2020
fc1fd2f
fix mac build
Nov 30, 2020
ef1568f
fixed a compiler warning
Nov 30, 2020
1811acb
exclude adasum from amd builds
Nov 30, 2020
7dc254f
added build definition for cpu fp16 ops and separated avx calls to an…
Dec 2, 2020
40a6259
remove fp16 allreduce flag from frontend
Dec 5, 2020
95e80d8
improved ifdef
Dec 7, 2020
001578f
use ifdef to guard pipeline poc sample
Dec 7, 2020
2e43e8c
resolved conflicts
Dec 9, 2020
d161b60
fixed failing tests after rebase
Dec 9, 2020
1fa0784
dont check for nccl if adasum is used
Dec 10, 2020
ffb7516
added a missing group type in distributed run context
Dec 10, 2020
4daa5d4
explicitly specify the distributed group type in allreduce nodes
Dec 11, 2020
22614a2
added enable adasum flag to new trainer api
Dec 11, 2020
d638d23
rebased
Dec 11, 2020
546f9b5
added warning for build.py when having mpi build conflicts
Dec 14, 2020
a898f8f
added e2e test for adasum python frontend
Dec 14, 2020
dc7f88e
rebased again
Dec 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rebased again
  • Loading branch information
Tixxx committed Dec 16, 2020
commit dc7f88eedec5ca6638ca23628e155426972d6e9d
3 changes: 0 additions & 3 deletions orttraining/orttraining/test/python/_test_commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import copy
import numpy as np
import torch
<<<<<<< 546f9b5a2b9297112a576b647fc51b1c65918013
import onnx
=======
>>>>>>> added e2e test for adasum python frontend

from onnxruntime.training import optim

Expand Down