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

[DistGB] modify partition.py to save FusedCSCSamplingGraph directly #7727

Merged
merged 47 commits into from
Sep 12, 2024

Conversation

CfromBU
Copy link
Collaborator

@CfromBU CfromBU commented Aug 21, 2024

change partition.py file

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 21, 2024

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch];
    For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 21, 2024

Commit ID: fb26900e18e5d45da064184a99b73770ea80c411

Build ID: 1

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 21, 2024

Commit ID: cd78594615896852fbad03b92f25991bd459a7d8

Build ID: 2

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 21, 2024

Commit ID: 9313930fc12cbd6e1ab4d3f4997f84de4843528e

Build ID: 3

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@CfromBU
Copy link
Collaborator Author

CfromBU commented Aug 21, 2024

order:
#7724 partition test case
#7727 partition
#7728 dist partition
#7690 dist partition test case

Copy link
Collaborator

@Rhett-Ying Rhett-Ying left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this PR needs to rebase on #7724

python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 23, 2024

Commit ID: 6d8b43622de53a3dcf936382130bab56a3b4a0c3

Build ID: 4

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 23, 2024

Commit ID: a7b17593f155f75ba1c7556c6bd45dc33577a3a8

Build ID: 5

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 23, 2024

Commit ID: 0cd75fa3cf9b31cb43df07d75b1dcb326e460c7c

Build ID: 6

Status: ❌ CI test failed in Stage [Distributed Torch CPU Unit test].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Aug 26, 2024

Commit ID: 91a482f6c5e9cb2242f20227aaa7bb3615ba9841

Build ID: 7

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 9, 2024

Commit ID: 0819607

Build ID: 18

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

python/dgl/distributed/partition.py Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 9, 2024

Commit ID: b2907b4

Build ID: 19

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 9, 2024

Commit ID: 24522e1

Build ID: 20

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 9, 2024

Commit ID: dcf3a39

Build ID: 21

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: a2cfcad

Build ID: 23

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: 200eb6c

Build ID: 24

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: bb32397

Build ID: 25

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: 33784ad

Build ID: 26

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: 2193ce4

Build ID: 27

Status: ❌ CI test failed in Stage [Lint Check].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 10, 2024

Commit ID: a02a882

Build ID: 28

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

python/dgl/distributed/partition.py Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
python/dgl/distributed/partition.py Show resolved Hide resolved
@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 11, 2024

Commit ID: 99450be

Build ID: 29

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@Rhett-Ying Rhett-Ying self-requested a review September 12, 2024 08:47
@CfromBU CfromBU merged commit 165e250 into dmlc:master Sep 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants