Xinyu Yao
c997434cdb
[GraphBolt][CUDA] Update copy_to. ( #7332 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal >
2024-04-22 11:36:30 +08:00
Rhett Ying
8b266f5001
[doc] use tqdm from tqdm.auto ( #7191 )
2024-03-04 16:43:15 +08:00
Muhammed Fatih BALIN
8909d1ff03
[GraphBolt][CUDA] refine the node_classification examples. ( #7136 )
...
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com >
2024-02-22 22:08:13 -05:00
Muhammed Fatih BALIN
938deec821
[GraphBolt][Doc] Updated MultiGPU tutorial ( #7126 )
2024-02-21 16:13:11 +08:00
Rhett Ying
3c92289942
[GraphBolt] remove num_workers=0 from doc ( #6803 )
2023-12-21 15:16:51 +08:00
Rhett Ying
9d41734629
[GraphBolt] update to_dgl() in examples ( #6763 )
2023-12-17 23:06:47 +08:00
Rhett Ying
2968c9b247
[GraphBolt] remove SingleProcessDataLoader ( #6663 )
2023-12-04 08:22:15 +08:00
Rhett Ying
dbedce511c
[doc] fix doc build issue ( #6646 )
2023-11-30 11:01:54 +08:00
Rhett Ying
c9b26dda2f
[doc] add multi-gpu node classification tutorial ( #6624 )
2023-11-30 09:06:03 +08:00
Rhett Ying
683e1f4563
[doc] remove unnecessary tutorials ( #6621 )
2023-11-27 13:17:47 +08:00
Rhett Ying
cdf65f4dd6
Revert "[CI] Temmprarily skip ogb-related tests" ( #5944 )
2023-07-04 07:22:55 +08:00
Rhett Ying
a49c6ddc9c
[CI] Temmprarily skip ogb-related tests ( #5907 )
2023-06-28 07:23:34 +08:00
Hongzhi (Steve), Chen
dce899190e
[Misc] Auto-reformat multiple python folders. ( #5325 )
...
* auto-reformat
* lintrunner
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal >
2023-02-20 10:09:22 +08:00
Rhett Ying
9120b5a71c
[Doc] specify backend as pytorch for tutorials ( #5198 )
2023-01-18 18:40:57 +08:00
peizhou001
c55ab2d147
deprecate candidates in dataloader ( #5117 )
2023-01-06 16:18:32 +08:00
Hongzhi (Steve), Chen
2b9838697f
[Misc] Black auto fix. ( #4705 )
...
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal >
2022-10-12 16:16:36 +08:00
Xin Yao
172949d429
[Example] Fix multi-GPU RGCN example ( #3871 )
...
* fix multi-gpu rgcn example
* remove dgl.multiprocessing in turorials
* add a comment
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2022-03-23 09:28:36 -07:00
Quan (Andy) Gan
62e23bd5b1
[Bugs] Fix distributed example error and import error ( #3783 )
...
* fix
* raise an error
* fix docserver crash
2022-02-28 14:58:50 +08:00
Quan (Andy) Gan
d41d07d0f6
[Doc and bugfix] Add docs and user guide and update tutorial for sampling pipeline ( #3774 )
...
* huuuuge update
* remove
* lint
* lint
* fix
* what happened to nccl
* update multi-gpu unsupervised graphsage example
* replace most of the dgl.mp.process with torch.mp.spawn
* update if condition for use_uva case
* update user guide
* address comments
* incorporating suggestions from @jermainewang
* oops
* fix tutorial to pass CI
* oops
* fix again
Co-authored-by: Xin Yao <xiny@nvidia.com >
2022-02-28 02:21:51 +08:00
Quan (Andy) Gan
701b4fccc2
[Sampling] New sampling pipeline plus asynchronous prefetching ( #3665 )
...
* initial update
* more
* more
* multi-gpu example
* cluster gcn, finalize homogeneous
* more explanation
* fix
* bunch of fixes
* fix
* RGAT example and more fixes
* shadow-gnn sampler and some changes in unit test
* fix
* wth
* more fixes
* remove shadow+node/edge dataloader tests for possible ux changes
* lints
* add legacy dataloading import just in case
* fix
* update pylint for f-strings
* fix
* lint
* lint
* lint again
* cherry-picking commit fa9f494
* oops
* fix
* add sample_neighbors in dist_graph
* fix
* lint
* fix
* fix
* fix
* fix tutorial
* fix
* fix
* fix
* fix warning
* remove debug
* add get_foo_storage apis
* lint
2022-01-30 16:13:00 +08:00
Quan (Andy) Gan
7e923180c1
[Doc] Add thumbnails to multi-GPU tutorials ( #3141 )
2021-07-16 14:27:43 +08:00
Mufei Li
3f6f694159
[Bug fix] Various fix from bug bash ( #3133 )
...
* Update
* Update
* Update dependencies
* Update
* Update
* Fix ogbn-products gat
* Update
* Update
* Reformat
* Fix typo in node2vec_random_walk
* Specify file encoding
* Working for 6.7
* Update
* Fix subgraph
* Fix doc for sample_neighbors_biased
* Fix hyperlink
* Add example for udf cross reducer
* Fix
* Add example for slice_batch
* Replace dgl.bipartite
* Fix GATConv
* Fix math rendering
* Fix doc
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-17.us-west-2.compute.internal >
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-156.us-west-2.compute.internal >
2021-07-15 09:17:15 +08:00
Quan (Andy) Gan
a7fe461c1c
[Doc] Single-machine Multi-GPU node classification tutorial ( #2976 )
...
* multi-GPU node classification tutorial
* Update 2_node_classification.py
* fixes
* elaborate a bit more
* address comments
* address comments
2021-06-08 10:28:02 +08:00
Mufei Li
09642d7c21
[Tutorial] Single Machine Multi-GPU Minibatch Graph Classification ( #2940 )
...
* Update
* Update
* Update tutorials/multi/1_graph_classification.py
Co-authored-by: Tong He <hetong007@gmail.com >
* Update
* Update
* Update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-4-21.us-west-2.compute.internal >
Co-authored-by: Tong He <hetong007@gmail.com >
2021-05-31 18:36:34 +08:00