提交

提交图

3326 次代码提交

作者 SHA1 备注 提交日期
Hongzhi (Steve), Chen 9a3456cd7b [Misc] Remove redundant blank line. (#5978)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-11 10:26:47 +08:00
Ilia Taraban 62351d8f1b [Misc] Disable LibXSMM SpMM Cmp for AVX2 platforms (#5962) 2023-07-10 13:36:56 -07:00
Ramon Zhou e1f663f8a0 [Misc] Add comments and highlights to examples/multigpu/node_classification_sage.py (#5956)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-10 22:43:14 +08:00
Zhiteng Li 43d49c1c28 [Example] Graphormer for ogbg-molhiv dataset (#5915)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-10 22:40:55 +08:00
Rhett Ying 96c89c0b3d [GraphBolt] init graph topology (#5972) 2023-07-10 21:44:17 +08:00
keli-wen e178158616 [Graphbolt] Add optimization for UniformPick in Sampling. (#5932)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-10 15:32:59 +08:00
Hongzhi (Steve), Chen e2c7dd32ef [Misc] increase timeout for Win unittest to 50 mins. (#5973)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-10 15:31:45 +08:00
Rhett Ying 5fbb33e73d [GraphBolt] init feature data for Dataset (#5971) 2023-07-10 14:19:46 +08:00
Nick Baker 70ad508367 [Model] Add Node explanation for Homogenous PGExplainer Impl. (#5839)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-07-10 14:17:39 +08:00
Rhett Ying e2d35f6218 [GraphBolt] refactor ondisk-related structures (#5967) 2023-07-10 10:37:20 +08:00
Rhett Ying f50cc3ca18 [GraphBolt] update FeatureStore to use tuple as key (#5965) 2023-07-07 16:02:07 +08:00
Rhett Ying 90a308f3c3 [GraphBolt] split OnDiskDataset into separate file (#5963) 2023-07-07 16:01:42 +08:00
czkkkkkk dc90ea168c [Graphbolt] Add load_feature_stores (#5949) 2023-07-07 11:17:20 +08:00
Rhett Ying e5ddc62b37 [GraphBolt] add support to generate TVT in ItemSet or ItemSetDict format (#5958) 2023-07-07 10:27:49 +08:00
Rhett Ying ca36441bfe [CI] disable distributed test stage (#5961) 2023-07-07 08:38:09 +08:00
Hongzhi (Steve), Chen f26316edb0 [Misc] Quick code polish of csc_sampling_graph.cc. (#5957)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-06 18:01:11 +08:00
peizhou001 86befc63bd [Graphbolt] Add negative sampler function in csc graph (#5922) 2023-07-06 16:33:19 +08:00
Chang Liu 229e288324 [Bugfix] Update dgl function random_walk_pe to be compatible with latest scipy (#5945)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-06 10:30:36 +08:00
peizhou001 330571b6fe [Graphbolt] Fix asseration bug (#5952) 2023-07-06 09:31:32 +08:00
Quan (Andy) Gan 8adb53bb1c [GraphBolt] Add single process dataloader and ux (#5941) 2023-07-05 13:37:58 +08:00
Rhett Ying 39890c0c5d [GraphBolt] add pydantic-based metadata for TVT (#5942) 2023-07-04 20:55:26 +08:00
caojy1998 55af15d4a9 [BugFix]Use Python API for relabel_nodes (#5937)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-31.ap-northeast-1.compute.internal>
2023-07-04 20:44:59 +08:00
Rhett Ying 9249be28cc [GraphBolt] remove main function from unit test script (#5950) 2023-07-04 14:11:15 +08:00
Rhett Ying 49e336d25c [GraphBolt] enable to convert DGLGraph to CSCSamplingGraph (#5948) 2023-07-04 12:32:16 +08:00
Rhett Ying cdf65f4dd6 Revert "[CI] Temmprarily skip ogb-related tests" (#5944) 2023-07-04 07:22:55 +08:00
Chang Liu 4b585ba068 [Build] Build sparse lib with c++17 (#5934) 2023-07-03 10:04:01 -07:00
czkkkkkk ff9f05c5e3 [Graphbolt] Remove keys in feature store. (#5938) 2023-07-03 21:42:23 +08:00
Ramon Zhou 2857813760 [CI] Add intern name into devs list (#5940) 2023-07-03 18:01:10 +08:00
Quan (Andy) Gan fe83348c75 [GraphBolt] Feature fetcher base datapipe (#5908)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-07-03 14:23:24 +08:00
Rhett Ying 0d9b6bfd5a [TensorpipeDeprecation] remove long live server support from DistDGL (#5931) 2023-07-03 09:26:27 +08:00
Quan (Andy) Gan 4015c5fe29 [GraphBolt] Datapipe for copying to given device (#5918) 2023-07-03 00:13:19 +08:00
Rhett Ying 2668d62f76 [GraphBolt] add abstract Dataset (#5926) 2023-07-02 11:07:11 +08:00
Rhett Ying 1cbe0b275e [CI] skip go tests 2023-07-01 10:40:11 +08:00
Andrzej Kotłowski 4bc256b11f [Test] Run test_spmm also on floats (#5930) 2023-06-30 12:04:31 +02:00
Quan (Andy) Gan ac53c1fae2 [GraphBolt] Subgraph sampler base datapipe (#5904)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-06-30 16:33:23 +08:00
keli-wen 6ba6dd602e [GraphBolt] Add Random Engine for Sampling (#5905) 2023-06-30 02:47:26 +08:00
czkkkkkk 40dcc7152d [Graphbolt] Support on-disk feature store. (#5914) 2023-06-29 17:20:51 +08:00
peizhou001 69d9b72654 [Graphbolt] Use binary search in neighbor sample (#5891) 2023-06-29 15:00:45 +08:00
Rhett Ying 381421b7fb [TensorpipeDeprecation] remove long live server from launch (#5920) 2023-06-29 13:59:59 +08:00
rudongyu b51fb6f6a5 [NN] Refactor SpatialEncoder3d (#5894) 2023-06-29 11:39:03 +08:00
peizhou001 2ef90be0c2 [GraphBolt] Dispatch type edges in neighbor sampling (#5890) 2023-06-28 18:45:58 +08:00
Rhett Ying d22049e879 [TensorpipeDeprecation] remove unused arguments from wait_for_senders() (#5917) 2023-06-28 16:32:29 +08:00
Quan (Andy) Gan 070c9677f6 [GraphBolt] Pylintrc changes (#5919) 2023-06-28 16:30:29 +08:00
peizhou001 2c03fe9952 [Graphbolt] Dispatch edge ids in neighbor sampling (#5889) 2023-06-28 10:56:05 +08:00
Gleb Bazhenov 2489f5790a [Doc] fix the paper link in dgl.data.utils.add_node_property_split (#5909)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-06-28 09:27:04 +08:00
Rhett Ying a49c6ddc9c [CI] Temmprarily skip ogb-related tests (#5907) 2023-06-28 07:23:34 +08:00
Andrzej Kotłowski 7b1639f1aa [TESTS] Make pytorch test_nn.py fully reproducible (#5887) 2023-06-26 09:51:31 +08:00
Rhett Ying 3e2b5a0469 [dev] enable specifying conda env name (#5886) 2023-06-20 10:00:40 +08:00
Jiahang Li d381f2263d [Dataset] MovieLens (#5567)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-17-164.ap-northeast-1.compute.internal>
2023-06-19 16:48:27 +08:00
czkkkkkk b0309326c8 [Graphbolt] Add FeatureStore. (#5845) 2023-06-18 15:23:16 +08:00