-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[aDAG] Support all reduce collective in aDAG #47621
Commits on Aug 8, 2024
-
(WIP) chore: Add input index in reader
The input index is used when a task returns multiple values. An index is used to get the corresponding value of the tuple. Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd8afbe - Browse repository at this point
Copy the full SHA dd8afbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d957669 - Browse repository at this point
Copy the full SHA d957669View commit details -
(WIP) chore: Update channel allocation for TaskReturnNode
The downstream tasks of a TaskReturnNode should be readers of a output channel. The task of a TaskRetureNode should have a copy of the output channel in the task of its upstream ClassMethodNode. Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df4191 - Browse repository at this point
Copy the full SHA 0df4191View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 952daa0 - Browse repository at this point
Copy the full SHA 952daa0View commit details -
chore: Return TaskReturnNode only when num_returns > 1
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3479587 - Browse repository at this point
Copy the full SHA 3479587View commit details -
chore: Add test for two returns three actors
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3312712 - Browse repository at this point
Copy the full SHA 3312712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97faeb7 - Browse repository at this point
Copy the full SHA 97faeb7View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 197e65e - Browse repository at this point
Copy the full SHA 197e65eView commit details
Commits on Aug 16, 2024
-
(WIP) chore: Allocate an output channel for each output value
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a48fecd - Browse repository at this point
Copy the full SHA a48fecdView commit details -
(WIP) chore: Remove legacy dependencies
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16e0323 - Browse repository at this point
Copy the full SHA 16e0323View commit details -
(WIP) chore: Remove legacy dependencies
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d12f28b - Browse repository at this point
Copy the full SHA d12f28bView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00a6de7 - Browse repository at this point
Copy the full SHA 00a6de7View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99a42f6 - Browse repository at this point
Copy the full SHA 99a42f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c6bb2 - Browse repository at this point
Copy the full SHA 40c6bb2View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ef6e60 - Browse repository at this point
Copy the full SHA 6ef6e60View commit details -
chore: Revert read_by_multi_output_node
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6772b3a - Browse repository at this point
Copy the full SHA 6772b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b35e632 - Browse repository at this point
Copy the full SHA b35e632View commit details -
chore: Rename output task to upstream/downstream task
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2004a3 - Browse repository at this point
Copy the full SHA f2004a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a65b053 - Browse repository at this point
Copy the full SHA a65b053View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db1d796 - Browse repository at this point
Copy the full SHA db1d796View commit details -
Merge branch 'master' into master
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce4694e - Browse repository at this point
Copy the full SHA ce4694eView commit details
Commits on Aug 23, 2024
-
feat: Merge ClassMethodOutputNode into ClassMethodNode
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2d50f3 - Browse repository at this point
Copy the full SHA d2d50f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64a3da - Browse repository at this point
Copy the full SHA e64a3daView commit details
Commits on Aug 28, 2024
-
chore: Add tests and unify internal fields
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 007f656 - Browse repository at this point
Copy the full SHA 007f656View commit details
Commits on Aug 29, 2024
-
chore: Adjust comments and tests
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8e6a5b - Browse repository at this point
Copy the full SHA c8e6a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c729e68 - Browse repository at this point
Copy the full SHA c729e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b1953 - Browse repository at this point
Copy the full SHA 39b1953View commit details -
chore: Fix check of readers for each output
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39a76c5 - Browse repository at this point
Copy the full SHA 39a76c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a84ad8b - Browse repository at this point
Copy the full SHA a84ad8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce472ae - Browse repository at this point
Copy the full SHA ce472aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d04e687 - Browse repository at this point
Copy the full SHA d04e687View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 315a192 - Browse repository at this point
Copy the full SHA 315a192View commit details -
Configuration menu - View commit details
-
Copy full SHA for f050638 - Browse repository at this point
Copy the full SHA f050638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc7cd0 - Browse repository at this point
Copy the full SHA 8fc7cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88defb - Browse repository at this point
Copy the full SHA a88defbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3eb68 - Browse repository at this point
Copy the full SHA 7e3eb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d08bd7 - Browse repository at this point
Copy the full SHA 1d08bd7View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28bc144 - Browse repository at this point
Copy the full SHA 28bc144View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81915af - Browse repository at this point
Copy the full SHA 81915afView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbb85dc - Browse repository at this point
Copy the full SHA dbb85dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af6490 - Browse repository at this point
Copy the full SHA 9af6490View commit details -
Configuration menu - View commit details
-
Copy full SHA for e463a61 - Browse repository at this point
Copy the full SHA e463a61View commit details
Commits on Sep 1, 2024
-
chore: Fix mock class method call in tests
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8173b7 - Browse repository at this point
Copy the full SHA b8173b7View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d76a106 - Browse repository at this point
Copy the full SHA d76a106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a4452 - Browse repository at this point
Copy the full SHA 39a4452View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc2586d - Browse repository at this point
Copy the full SHA dc2586dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a83526 - Browse repository at this point
Copy the full SHA 5a83526View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10d357 - Browse repository at this point
Copy the full SHA f10d357View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef71af5 - Browse repository at this point
Copy the full SHA ef71af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a476de - Browse repository at this point
Copy the full SHA 2a476deView commit details
Commits on Sep 24, 2024
-
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ae63c8 - Browse repository at this point
Copy the full SHA 6ae63c8View commit details
Commits on Sep 25, 2024
-
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76f57c9 - Browse repository at this point
Copy the full SHA 76f57c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8292346 - Browse repository at this point
Copy the full SHA 8292346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d262fa - Browse repository at this point
Copy the full SHA 6d262faView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 204581e - Browse repository at this point
Copy the full SHA 204581eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c7dc6 - Browse repository at this point
Copy the full SHA 88c7dc6View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3e1742 - Browse repository at this point
Copy the full SHA b3e1742View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7236505 - Browse repository at this point
Copy the full SHA 7236505View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 283869b - Browse repository at this point
Copy the full SHA 283869bView commit details -
(WIP) refactor: Inherit ClassMethodNode for CollectiveOutputNode
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e59d3d - Browse repository at this point
Copy the full SHA 6e59d3dView commit details
Commits on Oct 14, 2024
-
Merge branch 'master' into ccar-0905
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c94ffa9 - Browse repository at this point
Copy the full SHA c94ffa9View commit details -
refactor: Inherit from ClassMethodNode
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a045889 - Browse repository at this point
Copy the full SHA a045889View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c73efd6 - Browse repository at this point
Copy the full SHA c73efd6View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7be6954 - Browse repository at this point
Copy the full SHA 7be6954View commit details -
refactor: Unify update candidate nodes
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b58d27e - Browse repository at this point
Copy the full SHA b58d27eView commit details
Commits on Oct 17, 2024
-
fix: Union two sets of nccl group ids
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e81470 - Browse repository at this point
Copy the full SHA 6e81470View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd7ba01 - Browse repository at this point
Copy the full SHA bd7ba01View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c013bc7 - Browse repository at this point
Copy the full SHA c013bc7View commit details -
refactor: Fix reduce op values
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e570c9 - Browse repository at this point
Copy the full SHA 8e570c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406dcd0 - Browse repository at this point
Copy the full SHA 406dcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90270b - Browse repository at this point
Copy the full SHA f90270bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f41904a - Browse repository at this point
Copy the full SHA f41904aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 789b9bc - Browse repository at this point
Copy the full SHA 789b9bcView commit details -
test: Remove non-tensor input case
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e05f85 - Browse repository at this point
Copy the full SHA 7e05f85View commit details -
test: Remove allocate tensor case
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0f1381 - Browse repository at this point
Copy the full SHA a0f1381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00949bd - Browse repository at this point
Copy the full SHA 00949bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c80c59 - Browse repository at this point
Copy the full SHA 6c80c59View commit details
Commits on Oct 18, 2024
-
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e71c93 - Browse repository at this point
Copy the full SHA 6e71c93View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccea7a3 - Browse repository at this point
Copy the full SHA ccea7a3View commit details -
refactor: Use separate types by if-else
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f634bbb - Browse repository at this point
Copy the full SHA f634bbbView commit details -
refactor: Use separate types by if-else
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccbf68b - Browse repository at this point
Copy the full SHA ccbf68bView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70ea96d - Browse repository at this point
Copy the full SHA 70ea96dView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b77907 - Browse repository at this point
Copy the full SHA 4b77907View commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5e2c20 - Browse repository at this point
Copy the full SHA c5e2c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e94216 - Browse repository at this point
Copy the full SHA 5e94216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c6709 - Browse repository at this point
Copy the full SHA 09c6709View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8d1891 - Browse repository at this point
Copy the full SHA b8d1891View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3770a6 - Browse repository at this point
Copy the full SHA b3770a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c249ec3 - Browse repository at this point
Copy the full SHA c249ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7f720 - Browse repository at this point
Copy the full SHA ff7f720View commit details
Commits on Oct 20, 2024
-
Merge pull request #15 from AndyUB/test-1017
Move Deduplicate P2P & Collective
Configuration menu - View commit details
-
Copy full SHA for d8c85fb - Browse repository at this point
Copy the full SHA d8c85fbView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0486914 - Browse repository at this point
Copy the full SHA 0486914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0db72 - Browse repository at this point
Copy the full SHA 6d0db72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d59839 - Browse repository at this point
Copy the full SHA 2d59839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860139c - Browse repository at this point
Copy the full SHA 860139cView commit details -
Signed-off-by: Weixin Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7df480f - Browse repository at this point
Copy the full SHA 7df480fView commit details