Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apple1986
/
dgl
Public
forked from
dmlc/dgl
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 18, 2024
[distGB]fix the problem when graph has few nodes or edges in distributed partition (#7824)
Show description for 88f109f
3 people
authored
88f109f
View commit details
Copy full SHA for 88f109f
Browse repository at this point
Commits on Oct 16, 2024
[distGB] change test_mp_dataloader (#7819)
Show description for d92c98d
CfromBU
and
Ubuntu
authored
d92c98d
View commit details
Copy full SHA for d92c98d
Browse repository at this point
Commits on Oct 11, 2024
Correcting Misleading Test Skip Reasons. (#7808)
drivanov
authored
4a6bfa4
View commit details
Copy full SHA for 4a6bfa4
Browse repository at this point
Commits on Oct 10, 2024
[FutureWarning] Resolving the warning related to the use of a single-element series. (#7813)
drivanov
authored
433ffb3
View commit details
Copy full SHA for 433ffb3
Browse repository at this point
[UserWarning] Eliminating the use of the deprecated `verbose` parameter. (#7812)
drivanov
authored
31115ae
View commit details
Copy full SHA for 31115ae
Browse repository at this point
Commits on Oct 6, 2024
[DistDGL] back-compatible with dgl.dataloading (#7817)
Rhett-Ying
authored
0dc0d57
View commit details
Copy full SHA for 0dc0d57
Browse repository at this point
Commits on Sep 25, 2024
[DistGB]Restore the gb_convert_single_dgl_partition of the public function in partition.py (#7803)
Show description for adbefc6
4 people
authored
adbefc6
View commit details
Copy full SHA for adbefc6
Browse repository at this point
Commits on Sep 24, 2024
[GraphBolt][PyG] Refine examples. (#7806)
mfbalin
authored
55d66fe
View commit details
Copy full SHA for 55d66fe
Browse repository at this point
Commits on Sep 19, 2024
[GraphBolt][CUDA] `rank_sort_async` for Cooperative Minibatching. (#7805)
mfbalin
authored
5ae6400
View commit details
Copy full SHA for 5ae6400
Browse repository at this point
[GraphBolt][CUDA] Fix Cooperative Minibatching bugs. (#7804)
mfbalin
authored
31ad9b5
View commit details
Copy full SHA for 31ad9b5
Browse repository at this point
[DistGB] enable dist partition pipeline to save FusedCSCSamplingGraph partition directly (#7728)
Show description for 3bc8e22
4 people
authored
3bc8e22
View commit details
Copy full SHA for 3bc8e22
Browse repository at this point
[GraphBolt][CUDA] Add Cooperative Minibatching example. (#7801)
mfbalin
authored
d3453c3
View commit details
Copy full SHA for d3453c3
Browse repository at this point
Commits on Sep 17, 2024
[GraphBolt][CUDA] Fix Cooperative bug and additional tests. (#7800)
mfbalin
authored
75e410c
View commit details
Copy full SHA for 75e410c
Browse repository at this point
Commits on Sep 15, 2024
[GraphBolt][CUDA] Cooperative Minibatching - Feature Loading (#7798)
mfbalin
authored
55c224a
View commit details
Copy full SHA for 55c224a
Browse repository at this point
Commits on Sep 13, 2024
[GraphBolt][CUDA] Add `CooperativeConv` and minor fixes. (#7797)
mfbalin
authored
864b023
View commit details
Copy full SHA for 864b023
Browse repository at this point
Commits on Sep 12, 2024
[GraphBolt][CUDA] Get `world_size=1` somewhat for cooperative sampling. (#7796)
mfbalin
authored
189b83c
View commit details
Copy full SHA for 189b83c
Browse repository at this point
[DistGB] modify partition.py to save FusedCSCSamplingGraph directly (#7727)
Show description for 165e250
4 people
authored
165e250
View commit details
Copy full SHA for 165e250
Browse repository at this point
Commits on Sep 11, 2024
[GraphBolt][CUDA] Cooperative Minibatching initial exchange. (#7795)
mfbalin
authored
53e70c5
View commit details
Copy full SHA for 53e70c5
Browse repository at this point
Commits on Sep 10, 2024
[Dist] fix node/edge map for few nodes/edges (#7785)
Rhett-Ying
authored
bf125d8
View commit details
Copy full SHA for bf125d8
Browse repository at this point
Commits on Sep 9, 2024
[GraphBolt][CUDA] Refactor `gb.unique_and_compact`, add `async_op`. (#7792)
mfbalin
authored
ad1551d
View commit details
Copy full SHA for ad1551d
Browse repository at this point
[GraphBolt][CUDA] Expose `UniqueAndCompact` offsets. (#7789)
mfbalin
authored
e8022e9
View commit details
Copy full SHA for e8022e9
Browse repository at this point
Commits on Sep 7, 2024
[GraphBolt][Dataset] Merging part of #7708, `igb-het` small datasets by Bowen Yao's (#7788)
Show description for bbe00c0
mfbalin
and
BowenYao18
authored
bbe00c0
View commit details
Copy full SHA for bbe00c0
Browse repository at this point
Commits on Sep 6, 2024
[DistGB] fix prob attr not exist (#7783)
Rhett-Ying
authored
8772c02
View commit details
Copy full SHA for 8772c02
Browse repository at this point
[Graphbolt][Dataset] Add igb-hom dataset (#7781)
Show description for f9097ee
BowenYao18
and
mfbalin
authored
f9097ee
View commit details
Copy full SHA for f9097ee
Browse repository at this point
[Dist] backward compatible with dgl.dataloading.DistDataLoader (#7782)
Rhett-Ying
authored
12841c6
View commit details
Copy full SHA for 12841c6
Browse repository at this point
Commits on Sep 5, 2024
[GraphBolt][CUDA] Expose `RankSort` to python, reorganize and test. (#7776)
mfbalin
authored
32b11c9
View commit details
Copy full SHA for 32b11c9
Browse repository at this point
[GraphBolt][CUDA] Return partition offsets to be utilized in `all_to_all`. (#7775)
mfbalin
authored
f71427f
View commit details
Copy full SHA for f71427f
Browse repository at this point
[DistGB] save as graphbolt graph directly after partition test case (#7724)
Show description for 0734e33
3 people
authored
0734e33
View commit details
Copy full SHA for 0734e33
Browse repository at this point
[GraphBolt][CUDA] Fix hetero `UniqueAndCompact` bug. (#7773)
mfbalin
authored
4c86533
View commit details
Copy full SHA for 4c86533
Browse repository at this point
Commits on Sep 4, 2024
[UnitTest] Fix "[UnitTest] AttributeError: module 'numpy' has no attribute 'ComplexWarning'" in #7766 (#7768)
Show description for 48f47d5
3 people
authored
48f47d5
View commit details
Copy full SHA for 48f47d5
Browse repository at this point
[GraphBolt][Doc] Clarify `gb.fused_csc_sampling_graph` `type_per_edge` arg. (#7771)
mfbalin
authored
8fd6c68
View commit details
Copy full SHA for 8fd6c68
Browse repository at this point
[Graphbolt][Dataset] Add igb-hom-large to scripts (#7770)
Show description for b60ad55
BowenYao18
and
mfbalin
authored
b60ad55
View commit details
Copy full SHA for b60ad55
Browse repository at this point
[GraphBolt][CUDA] Refine the added partition function for later reuse. (#7769)
mfbalin
authored
7aabe20
View commit details
Copy full SHA for 7aabe20
Browse repository at this point
Include <optional> header file in utils.h (#7763)
Liu-rj
authored
c4c0037
View commit details
Copy full SHA for c4c0037
Browse repository at this point
Commits on Sep 3, 2024
[GraphBolt][CUDA] Cooperative Minibatching [1] - `UniqueAndCompact`. (#7765)
mfbalin
authored
d116122
View commit details
Copy full SHA for d116122
Browse repository at this point
Previous
Next
You can’t perform that action at this time.