-
3e04a6715a
Removing warnings appearing in heterograph tests (#6095)
Andrei Ivanov
2023-08-06 19:46:35 -07:00
-
a6fe07cf15
Improving the DEEPWALK example. (#6070)
Andrei Ivanov
2023-08-06 19:16:04 -07:00
-
9e33ccde45
[SpotTarget]Edge sampler with excluding edges adjacent to low-degree nodes (#5893)
Jing Zhu
2023-08-04 01:35:27 -07:00
-
d76975ea5e
Improving the CLUSTER_GAT example. (#6059)
Andrei Ivanov
2023-08-03 20:16:25 -07:00
-
11a69eaace
Improving the RGCN_HETERO example (#6060)
Andrei Ivanov
2023-08-03 19:29:39 -07:00
-
99ed779b03
[dev] remove distutils from dependency (#6089)
Rhett Ying
2023-08-03 17:07:27 +08:00
-
3799dd8a4a
[Sparse] Add SparseMatrix.indices in docs. (#6092)
czkkkkkk
2023-08-03 17:04:13 +08:00
-
65e32b2658
[Example] Labor sampling (#4718)
Muhammed Fatih BALIN
2023-08-03 04:20:01 -04:00
-
9aad292d61
Improving the citation_network example. (#6032)
Andrei Ivanov
2023-08-02 22:49:53 -07:00
-
14226badfe
Improving the APPNP example. (#6054)
Andrei Ivanov
2023-08-02 22:49:34 -07:00
-
dbe6ed0f3c
Improving the GGNN example. (#6055)
Andrei Ivanov
2023-08-02 22:47:12 -07:00
-
144e9749a0
Removing the warning that appears in the Graph Transformer example (#6061)
Andrei Ivanov
2023-08-02 22:22:56 -07:00
-
2490efa198
Improving the PinSAGE example. (#6067)
Andrei Ivanov
2023-08-02 22:19:54 -07:00
-
931755fea0
Improving the CompGCN example. (#6068)
Andrei Ivanov
2023-08-02 22:15:00 -07:00
-
2a923a086d
Improving the HGT example. (#6069)
Andrei Ivanov
2023-08-02 21:53:41 -07:00
-
e95c42b427
Improving the output for the Cluster GCN example. (#6079)
Andrei Ivanov
2023-08-02 19:32:24 -07:00
-
f7ec92a56b
[Sparse] Add page rank example to DGL sparse Api. (#6077)
Hongzhi (Steve), Chen
2023-08-03 09:44:52 +08:00
-
6d16555c75
[Misc] Cleanup unused cmake util. (#6084)
Hongzhi (Steve), Chen
2023-08-02 14:55:51 +08:00
-
c7c6cdf407
[NN] Add EGT Layer (#6056)
Zhiteng Li
2023-08-02 14:14:08 +08:00
-
ea4b35cccb
[Misc] Cleanup duplicated flags. (#6081)
Hongzhi (Steve), Chen
2023-08-02 13:51:24 +08:00
-
3b78c33d10
[Misc] Simplify the data path's assignment in python utils (#6058)
Songqing Zhang
2023-08-02 12:43:13 +08:00
-
bb51bdda8a
Improving the PAGERANK example. (#6066)
Andrei Ivanov
2023-08-01 01:18:24 -07:00
-
0de64ce800
[Dev] Resolve compile issue with gcc 11.3.0 (#6072)
Muhammed Fatih BALIN
2023-08-01 02:37:24 -04:00
-
ea3d6ac232
[Feature] Enable bfloat16 convert functions in Python API (#5760)
Ilia Taraban
2023-07-31 12:09:32 +02:00
-
94b3bafbfc
[Misc] Fix the directory of DGL_DOWNLOAD_DIR (#6048)
Songqing Zhang
2023-07-28 11:33:37 +08:00
-
055a438a54
Removing the warning in the DGL Label Propagation example. (#5993)
Andrei Ivanov
2023-07-27 19:41:48 -07:00
-
4043647cf2
[BugFix] Updated some Cython code to adapt to Cython 3.0.0 version. (#6052)
caojy1998
2023-07-27 20:31:08 +08:00
-
b61397e86f
[Feature] Dataloader gpu cache (#6033)
Muhammed Fatih BALIN
2023-07-27 05:23:22 -04:00
-
c0299180fe
Improving the HARD_GAT example (#6036)
Andrei Ivanov
2023-07-26 23:05:01 -07:00
-
b592c96b8e
Improving the DGI example. (#6034)
Andrei Ivanov
2023-07-26 22:55:36 -07:00
-
1e3e98cd43
Improving the GATv2 example. (#6035)
Andrei Ivanov
2023-07-26 22:43:18 -07:00
-
38ddd654f6
[Fix][Readability] Improving the Capsule Network example. (#5985)
Andrei Ivanov
2023-07-26 22:15:48 -07:00
-
f184a8cc0b
[Misc] Further polish gcn2conv.py (#6046)
Hongzhi (Steve), Chen
2023-07-27 13:13:50 +08:00
-
ac7da3475f
Improving the MoNet example. (#5999)
Andrei Ivanov
2023-07-26 22:02:21 -07:00
-
180660217b
[Bugfix] Fix 5873 (#5884)
Quan (Andy) Gan
2023-07-26 18:33:22 -10:00
-
5c5642c251
Removing warnings in the EEG-GNN example. (#5925)
Andrei Ivanov
2023-07-26 17:58:44 -07:00
-
d6f2dc6057
[misc] Fix build warnings (#6037)
Songqing Zhang
2023-07-26 14:38:03 +08:00
-
865bc20b26
Update gcn2conv.py (#6020)
Quan (Andy) Gan
2023-07-25 18:11:33 -10:00
-
becf303ed9
[Doc] Correct batch index in batch.py (#6043)
wzm2256
2023-07-26 01:36:50 +02:00
-
3936bb7a7e
[Bugfix] Allow pinning of empty tensor (#6044)
nv-dlasalle
2023-07-25 16:03:26 -07:00
-
75b34c1d4e
[Feature] Gpu cache for node and edge data (#4341)
Muhammed Fatih BALIN
2023-07-24 01:17:10 -04:00
-
748098fce7
[Performance] Fused sampling with compaction (#5924)
AdamGrabowski
2023-07-20 03:38:22 +02:00
-
5d7ade9878
[Feature] Adding kappa feature for labor (Cooperative Minibatching) (#6006)
Muhammed Fatih BALIN
2023-07-18 22:34:28 -04:00
-
8ba29d8c28
[Performance][CUDA] Sorting for indices for UVM code path. (#5882)
Muhammed Fatih BALIN
2023-07-14 02:12:30 -04:00
-
5500f81b57
Removing the UserWarning appearing in the
mnist example. (#6000)
Andrei Ivanov
2023-07-13 22:30:12 -07:00
-
a72284d0b4
[Performance][CUDA] Faster CSRToCOO (#5648)
Muhammed Fatih BALIN
2023-07-14 00:57:38 -04:00
-
bcf7f6c432
[CUDA] fixing partition bug (#6001)
Muhammed Fatih BALIN
2023-07-14 00:56:24 -04:00
-
39b0a52831
[Performance][CUDA] Labor UVA optimization (#5885)
Muhammed Fatih BALIN
2023-07-13 07:56:31 -04:00
-
a7c8afb22d
Add mfbalin to Jenkins. (#5994)
Hongzhi (Steve), Chen
2023-07-13 09:58:34 +08:00
-
14bca593de
[CI]upgrade pytorch to 1.13+cpu_cu116 (#5977)
Rhett Ying
2023-07-11 22:18:28 +08:00
-
da04865ba7
[Dev] upgrade pytorch/cuda/python version in dev conda env (#5984)
Rhett Ying
2023-07-11 17:58:45 +08:00
-
36d851922d
[Misc] Remove redundant blank line. (#5978)
Hongzhi (Steve), Chen
2023-07-11 10:26:47 +08:00
-
b3ab5aee13
[Misc] Disable LibXSMM SpMM Cmp for AVX2 platforms (#5962)
Ilia Taraban
2023-07-10 22:36:56 +02:00
-
90eea59913
[Misc] Add comments and highlights to examples/multigpu/node_classification_sage.py (#5956)
Ramon Zhou
2023-07-10 22:43:14 +08:00
-
99e1ea03ee
[Example] Graphormer for ogbg-molhiv dataset (#5915)
Zhiteng Li
2023-07-10 22:40:55 +08:00
-
dd7aec837c
[Misc] increase timeout for Win unittest to 50 mins. (#5973)
Hongzhi (Steve), Chen
2023-07-10 15:31:45 +08:00
-
b90a6d125b
[CI] disable distributed test stage (#5961)
Rhett Ying
2023-07-07 08:38:09 +08:00
-
8e070ab78a
[Bugfix] Update dgl function
random_walk_pe to be compatible with latest scipy (#5945)
Chang Liu
2023-07-05 19:30:36 -07:00
-
15948130e4
[BugFix]Use Python API for relabel_nodes (#5937)
caojy1998
2023-07-04 20:44:59 +08:00
-
dec9f5d3d6
[Build] Build sparse lib with c++17 (#5934)
Chang Liu
2023-07-03 10:04:01 -07:00
-
3bd7c255a6
[CI] Add intern name into devs list (#5940)
Ramon Zhou
2023-07-03 18:01:10 +08:00
-
871dc928bd
[CI] skip go tests
Rhett Ying
2023-07-01 10:40:11 +08:00
-
62a2430e74
[Test] Run test_spmm also on floats (#5930)
Andrzej Kotłowski
2023-06-30 12:04:31 +02:00
-
5a310c4689
[NN] Refactor SpatialEncoder3d (#5894)
rudongyu
2023-06-29 11:39:03 +08:00
-
cfeb491f8c
[Doc] fix the paper link in
dgl.data.utils.add_node_property_split (#5909)
Gleb Bazhenov
2023-06-28 04:27:04 +03:00
-
b413bf27c3
[TESTS] Make pytorch test_nn.py fully reproducible (#5887)
Andrzej Kotłowski
2023-06-26 03:51:31 +02:00
-
d5ae1ea05f
[BugFix] add input/output shape check in GatedGraphConv (#6119)
paoxiaode
2023-08-09 19:16:46 +08:00
-
66656d9d0c
[dev] specify minimum version of pydantic (#6120)
Rhett Ying
2023-08-09 17:38:54 +08:00
-
45da2b23f6
[Graphbolt] Add num_pick_fn into neighbor sampling (#6101)
Ramon Zhou
2023-08-09 17:28:46 +08:00
-
6b047e4d77
[GraphBolt] wrap tvt with task structure (#6112)
Rhett Ying
2023-08-09 13:27:22 +08:00
-
a2234d6075
[Graphbolt] Modify labor to fix inconsistencies (#6117)
Muhammed Fatih BALIN
2023-08-08 23:37:53 -04:00
-
707f2ae996
[Graphbolt]Add concurrent id hash map (#6082)
peizhou001
2023-08-09 09:57:02 +08:00
-
144a491b8d
[Graphbolt] Update the sampler algorithm documentation for fanout = -1. (#6114)
Ramon Zhou
2023-08-09 09:25:04 +08:00
-
129e75f325
[Graphbolt] Update
preprocess to Accept Dataset Path Instead of YAML File Path (#6091)
keli-wen
2023-08-08 09:41:42 +08:00
-
bcb5be4ac8
[Bug fix] Fix the bug in creating unibipartite heterogenous graph (#6093)
caojy1998
2023-08-07 18:50:22 +08:00
-
34a2407cb0
[Misc] Lower the test threshold for hgnn example. (#6107)
Hongzhi (Steve), Chen
2023-08-07 16:24:51 +08:00
-
96ddf41088
[GraphBolt] refactor FeatureStore and related impl (#6103)
Rhett Ying
2023-08-07 15:18:24 +08:00
-
8e86c89c3a
[Example] polish the example for heterograph node classification (#6063)
keli-wen
2023-08-07 14:42:57 +08:00
-
cff938c6ad
[Misc] Add comment to clarify __dgl_option. (#6106)
Hongzhi (Steve), Chen
2023-08-07 13:06:46 +08:00
-
f7fef600e3
[Misc] Support build option: "all". (#6102)
Hongzhi (Steve), Chen
2023-08-07 12:48:32 +08:00
-
7b308dc6b6
Add new intern (#6105)
xiangyuzhi
2023-08-07 12:34:04 +08:00
-
5c7681b2d1
Removing warnings appearing in heterograph tests (#6095)
Andrei Ivanov
2023-08-06 19:46:35 -07:00
-
8b35cbc80a
Improving the DEEPWALK example. (#6070)
Andrei Ivanov
2023-08-06 19:16:04 -07:00
-
a1a3ce89ed
[SpotTarget]Edge sampler with excluding edges adjacent to low-degree nodes (#5893)
Jing Zhu
2023-08-04 01:35:27 -07:00
-
b53f9365f8
[Graphbolt] SampleNeighbors code refactor: add pick_fn (#6086)
Ramon Zhou
2023-08-04 15:11:37 +08:00
-
59a0aa971e
Revert "[doc] remove --inplace" (#6099)
Hongzhi (Steve), Chen
2023-08-04 13:12:48 +08:00
-
b9bb640a9a
Revert "[Misc] clean up remove --inplace." (#6097)
Hongzhi (Steve), Chen
2023-08-04 11:25:28 +08:00
-
e0aa838971
Improving the CLUSTER_GAT example. (#6059)
Andrei Ivanov
2023-08-03 20:16:25 -07:00
-
d20db1ec92
Improving the RGCN_HETERO example (#6060)
Andrei Ivanov
2023-08-03 19:29:39 -07:00
-
566719b149
[Misc] clean up remove --inplace. (#6096)
Hongzhi (Steve), Chen
2023-08-04 09:06:05 +08:00
-
ec4f8f999e
[doc] remove --inplace (#6094)
Rhett Ying
2023-08-04 08:18:52 +08:00
-
57b037fda6
[dev] remove distutils from dependency (#6089)
Rhett Ying
2023-08-03 17:07:27 +08:00
-
46809d2948
[Sparse] Add SparseMatrix.indices in docs. (#6092)
czkkkkkk
2023-08-03 17:04:13 +08:00
-
3397496388
[Misc] Clean up build option for testing. (#6090)
Hongzhi (Steve), Chen
2023-08-03 17:03:49 +08:00
-
bdbc0178ef
[Example] Labor sampling (#4718)
Muhammed Fatih BALIN
2023-08-03 04:20:01 -04:00
-
d7410cf468
[Misc] Support DGL feature option. (#6088)
Hongzhi (Steve), Chen
2023-08-03 14:24:37 +08:00
-
158b0fcdc7
Improving the citation_network example. (#6032)
Andrei Ivanov
2023-08-02 22:49:53 -07:00
-
61b2f4e281
Improving the APPNP example. (#6054)
Andrei Ivanov
2023-08-02 22:49:34 -07:00
-
31f1b30c3e
Improving the GGNN example. (#6055)
Andrei Ivanov
2023-08-02 22:47:12 -07:00
-
83437e67e0
Removing the warning that appears in the Graph Transformer example (#6061)
Andrei Ivanov
2023-08-02 22:22:56 -07:00