-
ec7137dddf
Improving the PinSAGE example. (#6067)
Andrei Ivanov
2023-08-02 22:19:54 -07:00
-
562a1c878e
Improving the CompGCN example. (#6068)
Andrei Ivanov
2023-08-02 22:15:00 -07:00
-
2584f3af10
Improving the HGT example. (#6069)
Andrei Ivanov
2023-08-02 21:53:41 -07:00
-
ee6518113f
Improving the output for the Cluster GCN example. (#6079)
Andrei Ivanov
2023-08-02 19:32:24 -07:00
-
0383941375
[Sparse] Add page rank example to DGL sparse Api. (#6077)
Hongzhi (Steve), Chen
2023-08-03 09:44:52 +08:00
-
47d37e9191
[GraphBolt] convert TVT from list of list to list (#6080)
Rhett Ying
2023-08-02 14:56:57 +08:00
-
12ade95c9e
[Misc] Cleanup unused cmake util. (#6084)
Hongzhi (Steve), Chen
2023-08-02 14:55:51 +08:00
-
19c7e5afc0
[NN] Add EGT Layer (#6056)
Zhiteng Li
2023-08-02 14:14:08 +08:00
-
ffd8edeb2a
[Misc] Cleanup duplicated flags. (#6081)
Hongzhi (Steve), Chen
2023-08-02 13:51:24 +08:00
-
9711d75fda
[Misc] Simplify the data path's assignment in python utils (#6058)
Songqing Zhang
2023-08-02 12:43:13 +08:00
-
661f8177ce
[Graphbolt]Add data format (#6075)
peizhou001
2023-08-02 10:31:11 +08:00
-
14f396d0b7
[GraphBolt] change TVT format of OnDiskDataset (#6076)
Rhett Ying
2023-08-01 22:36:21 +08:00
-
17f6c4c9c1
Improving the PAGERANK example. (#6066)
Andrei Ivanov
2023-08-01 01:18:24 -07:00
-
224d6a6936
[Dev] Resolve compile issue with gcc 11.3.0 (#6072)
Muhammed Fatih BALIN
2023-08-01 02:37:24 -04:00
-
d2f192f814
[Misc] Add not-implemented error for api. (#6073)
Hongzhi (Steve), Chen
2023-08-01 14:36:31 +08:00
-
1e5fb1557e
[Misc] Update variable names. (#6071)
Hongzhi (Steve), Chen
2023-08-01 13:22:11 +08:00
-
5da7d3917b
[Graphbolt]Add negative sampler udf (#6053)
peizhou001
2023-08-01 11:38:00 +08:00
-
8c213ef122
[Feature] Enable bfloat16 convert functions in Python API (#5760)
Ilia Taraban
2023-07-31 12:09:32 +02:00
-
b6f5ba9a80
[Misc] Fix the directory of DGL_DOWNLOAD_DIR (#6048)
Songqing Zhang
2023-07-28 11:33:37 +08:00
-
61a4e0398c
Removing the warning in the DGL Label Propagation example. (#5993)
Andrei Ivanov
2023-07-27 19:41:48 -07:00
-
fddc0c48da
[BugFix] Updated some Cython code to adapt to Cython 3.0.0 version. (#6052)
caojy1998
2023-07-27 20:31:08 +08:00
-
ede0558c20
[Feature] Dataloader gpu cache (#6033)
Muhammed Fatih BALIN
2023-07-27 05:23:22 -04:00
-
0c3b2b780f
Improving the HARD_GAT example (#6036)
Andrei Ivanov
2023-07-26 23:05:01 -07:00
-
885b0eae92
Improving the DGI example. (#6034)
Andrei Ivanov
2023-07-26 22:55:36 -07:00
-
1f9310117d
Improving the GATv2 example. (#6035)
Andrei Ivanov
2023-07-26 22:43:18 -07:00
-
017d9d4010
[Fix][Readability] Improving the Capsule Network example. (#5985)
Andrei Ivanov
2023-07-26 22:15:48 -07:00
-
416e2425b1
[Misc] Further polish gcn2conv.py (#6046)
Hongzhi (Steve), Chen
2023-07-27 13:13:50 +08:00
-
87a41e502d
Improving the MoNet example. (#5999)
Andrei Ivanov
2023-07-26 22:02:21 -07:00
-
cf5c19302e
[Bugfix] Fix 5873 (#5884)
Quan (Andy) Gan
2023-07-26 18:33:22 -10:00
-
c334662bdb
Removing warnings in the EEG-GNN example. (#5925)
Andrei Ivanov
2023-07-26 17:58:44 -07:00
-
6f28e1adb7
[misc] Fix build warnings (#6037)
Songqing Zhang
2023-07-26 14:38:03 +08:00
-
6af55f18cd
Update gcn2conv.py (#6020)
Quan (Andy) Gan
2023-07-25 18:11:33 -10:00
-
e37c8acb6e
[Doc] Correct batch index in batch.py (#6043)
wzm2256
2023-07-26 01:36:50 +02:00
-
c08192cbb4
[Bugfix] Allow pinning of empty tensor (#6044)
nv-dlasalle
2023-07-25 16:03:26 -07:00
-
b400af489d
[Graphbolt] Use dynamic buffer size for shuffle. (#6040)
Hongzhi (Steve), Chen
2023-07-26 06:27:48 +08:00
-
80d16efac3
[Graphbolt] Add
cat optimization for UniformPick (#6030)
keli-wen
2023-07-25 16:06:34 +08:00
-
327589c8dc
[Misc] Polish the graphbolt code for labor sampling. (#6038)
Hongzhi (Steve), Chen
2023-07-25 13:53:22 +08:00
-
69a532c1ab
[Feature] Gpu cache for node and edge data (#4341)
Muhammed Fatih BALIN
2023-07-24 01:17:10 -04:00
-
7ec78bb6d2
[Graphbolt] change dataset method to property. (#6023)
Hongzhi (Steve), Chen
2023-07-20 22:24:27 +08:00
-
a5c089cb35
Merge branch 'master' into fix-gpu-sampling-doc
fix-gpu-sampling-doc
Xin Yao
2023-07-20 13:54:30 +08:00
-
-
-
-
4135b1bd5b
[Performance] Fused sampling with compaction (#5924)
AdamGrabowski
2023-07-20 03:38:22 +02:00
-
4ceb0bffd7
[Graphbolt] Modify
preprocess_ondisk_dataset function. (#6019)
keli-wen
2023-07-19 16:12:10 +08:00
-
fe8a8fc0f6
[Graphbolt] Modify
preprocess_ondisk_dataset function. (#6017)
keli-wen
2023-07-19 11:42:08 +08:00
-
b26da25297
[GraphBolt] remove pydantic_yaml from dependency (#6011)
Rhett Ying
2023-07-19 10:48:46 +08:00
-
d3bd4c6112
[Feature] Adding kappa feature for labor (Cooperative Minibatching) (#6006)
Muhammed Fatih BALIN
2023-07-18 22:34:28 -04:00
-
e34a507292
[Graphbolt][Feature] LABOR-0 implementation into sample_neighbors with tests (#5986)
Muhammed Fatih BALIN
2023-07-18 04:44:16 -04:00
-
e7ff22f7be
[Misc] Simplify the comment. (#6007)
Hongzhi (Steve), Chen
2023-07-18 13:06:34 +08:00
-
d90954b10c
[Graphbolt] Add the
preprocess_ondisk_dataset function. (#5991)
keli-wen
2023-07-18 13:05:23 +08:00
-
2746aac3ae
[Misc] Use old pydantic yaml version for CI. (#6009)
Hongzhi (Steve), Chen
2023-07-17 17:40:00 +08:00
-
a52be5c683
[Graphbolt] Add exclude_edges impl and unittest. (#5996)
czkkkkkk
2023-07-14 17:08:05 +08:00
-
f5f7e08e10
[Performance][CUDA] Sorting for indices for UVM code path. (#5882)
Muhammed Fatih BALIN
2023-07-14 02:12:30 -04:00
-
a64ff4825a
Removing the UserWarning appearing in the
mnist example. (#6000)
Andrei Ivanov
2023-07-13 22:30:12 -07:00
-
83115794c2
[Performance][CUDA] Faster CSRToCOO (#5648)
Muhammed Fatih BALIN
2023-07-14 00:57:38 -04:00
-
dc06060bb3
[CUDA] fixing partition bug (#6001)
Muhammed Fatih BALIN
2023-07-14 00:56:24 -04:00
-
02e79a3da9
[Graophbolt] Add utils for sample (#5990)
peizhou001
2023-07-14 10:42:28 +08:00
-
6519ec2722
[BugFix] Fix API
convert_dgl_partition_to_csc_sampling_graph (#5992)
Israt Nisa
2023-07-13 12:32:57 -04:00
-
c3aea1b62c
[Performance][CUDA] Labor UVA optimization (#5885)
Muhammed Fatih BALIN
2023-07-13 07:56:31 -04:00
-
b0fc234f4b
[Graphbolt] Reorg utils (#5989)
peizhou001
2023-07-13 16:20:34 +08:00
-
e8ef55c7ab
[Graphbolt] Fix docstring (#5995)
peizhou001
2023-07-13 14:27:54 +08:00
-
807a753c31
Revert "[Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph" (#5997)
Hongzhi (Steve), Chen
2023-07-13 14:23:48 +08:00
-
ed0d641666
Add mfbalin to Jenkins. (#5994)
Hongzhi (Steve), Chen
2023-07-13 09:58:34 +08:00
-
09e5aa961d
[Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph (#5979)
Ramon Zhou
2023-07-12 23:03:22 +08:00
-
ced802d08e
[Graphbolot] Add the exclude edges interface (#5988)
czkkkkkk
2023-07-12 16:48:04 +08:00
-
7c2ea23aaf
[Graphbolt] Change input/output of sample neighbors to hetero format (#5980)
peizhou001
2023-07-12 16:47:26 +08:00
-
f7f4e73a46
[GraphBolt] multiprocess dataloader (#5959)
Quan (Andy) Gan
2023-07-12 15:22:26 +08:00
-
a33fafb713
[Graphbolt] Change probs to name of attribute (#5968)
peizhou001
2023-07-12 14:15:55 +08:00
-
e6e5430419
[CI]upgrade pytorch to 1.13+cpu_cu116 (#5977)
Rhett Ying
2023-07-11 22:18:28 +08:00
-
4b4565077c
[Graphbolt] Add edge attributes (#5966)
peizhou001
2023-07-11 18:31:58 +08:00
-
aa795b2853
[Dev] upgrade pytorch/cuda/python version in dev conda env (#5984)
Rhett Ying
2023-07-11 17:58:45 +08:00
-
25517e8f2c
[GraphBolt] Add sampled sub graph (#5964)
peizhou001
2023-07-11 15:43:27 +08:00
-
9d63f3ea22
[GraphBolt] call preprocess function first when init OnDiskDataset (#5982)
Rhett Ying
2023-07-11 15:37:35 +08:00
-
6efd2ca11b
[GraphBolt] use type instead of type_name to be unified (#5981)
Rhett Ying
2023-07-11 14:03:28 +08:00
-
25217dc624
[GraphBolt] add misc metadata for Dataset (#5976)
Rhett Ying
2023-07-11 13:16:14 +08:00
-
92a46d126a
[Graohbolt] Reorg CSCSamplingGraph folder (#5974)
peizhou001
2023-07-11 13:01:08 +08:00
-
9a3456cd7b
[Misc] Remove redundant blank line. (#5978)
Hongzhi (Steve), Chen
2023-07-11 10:26:47 +08:00
-
62351d8f1b
[Misc] Disable LibXSMM SpMM Cmp for AVX2 platforms (#5962)
Ilia Taraban
2023-07-10 22:36:56 +02:00
-
e1f663f8a0
[Misc] Add comments and highlights to examples/multigpu/node_classification_sage.py (#5956)
Ramon Zhou
2023-07-10 22:43:14 +08:00
-
43d49c1c28
[Example] Graphormer for ogbg-molhiv dataset (#5915)
Zhiteng Li
2023-07-10 22:40:55 +08:00
-
96c89c0b3d
[GraphBolt] init graph topology (#5972)
Rhett Ying
2023-07-10 21:44:17 +08:00
-
e178158616
[Graphbolt] Add optimization for UniformPick in Sampling. (#5932)
keli-wen
2023-07-10 15:32:59 +08:00
-
e2c7dd32ef
[Misc] increase timeout for Win unittest to 50 mins. (#5973)
Hongzhi (Steve), Chen
2023-07-10 15:31:45 +08:00
-
a17c1bbb6c
Merge branch 'master' into fix-gpu-sampling-doc
Quan (Andy) Gan
2023-07-10 15:06:57 +08:00
-
-
-
-
5fbb33e73d
[GraphBolt] init feature data for Dataset (#5971)
Rhett Ying
2023-07-10 14:19:46 +08:00
-
70ad508367
[Model] Add Node explanation for Homogenous PGExplainer Impl. (#5839)
Nick Baker
2023-07-09 23:17:39 -07:00
-
e2d35f6218
[GraphBolt] refactor ondisk-related structures (#5967)
Rhett Ying
2023-07-10 10:37:20 +08:00
-
f50cc3ca18
[GraphBolt] update FeatureStore to use tuple as key (#5965)
Rhett Ying
2023-07-07 16:02:07 +08:00
-
90a308f3c3
[GraphBolt] split OnDiskDataset into separate file (#5963)
Rhett Ying
2023-07-07 16:01:42 +08:00
-
dc90ea168c
[Graphbolt] Add load_feature_stores (#5949)
czkkkkkk
2023-07-07 11:17:20 +08:00
-
e5ddc62b37
[GraphBolt] add support to generate TVT in ItemSet or ItemSetDict format (#5958)
Rhett Ying
2023-07-07 10:27:49 +08:00
-
ca36441bfe
[CI] disable distributed test stage (#5961)
Rhett Ying
2023-07-07 08:38:09 +08:00
-
f26316edb0
[Misc] Quick code polish of csc_sampling_graph.cc. (#5957)
Hongzhi (Steve), Chen
2023-07-06 18:01:11 +08:00
-
86befc63bd
[Graphbolt] Add negative sampler function in csc graph (#5922)
peizhou001
2023-07-06 16:33:19 +08:00
-
464bc643ae
Merge branch 'master' into fix-gpu-sampling-doc
Quan (Andy) Gan
2023-07-06 10:33:53 +08:00
-
-
-
-
229e288324
[Bugfix] Update dgl function
random_walk_pe to be compatible with latest scipy (#5945)
Chang Liu
2023-07-05 19:30:36 -07:00
-
330571b6fe
[Graphbolt] Fix asseration bug (#5952)
peizhou001
2023-07-06 09:31:32 +08:00
-
8adb53bb1c
[GraphBolt] Add single process dataloader and ux (#5941)
Quan (Andy) Gan
2023-07-05 13:37:58 +08:00
-
39890c0c5d
[GraphBolt] add pydantic-based metadata for TVT (#5942)
Rhett Ying
2023-07-04 20:55:26 +08:00
-
55af15d4a9
[BugFix]Use Python API for relabel_nodes (#5937)
caojy1998
2023-07-04 20:44:59 +08:00
-
9249be28cc
[GraphBolt] remove main function from unit test script (#5950)
Rhett Ying
2023-07-04 14:11:15 +08:00
-
3086204fb7
Merge branch 'master' into fix-gpu-sampling-doc
Quan (Andy) Gan
2023-07-04 14:06:08 +08:00
-
-
-