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] change test_mp_dataloader #7819

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

CfromBU
Copy link
Collaborator

@CfromBU CfromBU commented Oct 9, 2024

fix the bug in test_mp_dataloader.py when use graphbolt.
the pr is related to issue #7815

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 9, 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 Oct 9, 2024

Commit ID: 512c616

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 11, 2024

Commit ID: 85e9d370452fbd22058156ffc772633531ee8bb3

Build ID: 2

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 11, 2024

Commit ID: 80339b11c1c9d2862ca662000a0207d924187fd4

Build ID: 3

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

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.

have you run all tests under /tests/distributed/ in your local manually? as CI does not run them.

python/dgl/distributed/partition.py Outdated Show resolved Hide resolved
config_path, f"part{part_id}", "fused_csc_sampling_graph.pt"
)
):
use_graphbolt = True
Copy link
Collaborator

Choose a reason for hiding this comment

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

this may violate user's intent if both graph.dgland fused_xxx.pt exists. As the existence of both of them is a previous result and it should not happen since now, so it's acceptable here. but in case, let's just crash here if this case happens, just ask user to remove one of them.

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 14, 2024

Commit ID: 2cf487dc05b607507ea52420a1c3fa956e82ac74

Build ID: 4

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 15, 2024

Commit ID: 19c44087a524c42c3d70d25efb7cc32bb5f7845e

Build ID: 5

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Oct 15, 2024

Commit ID: 12debaa28a49835ea8b3542a8712c3e28e90c812

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 Oct 15, 2024

Commit ID: cc68e91a8ebb904efac8653b3dcf14fda8e41035

Build ID: 7

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

Report path: link

Full logs path: link

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