提交

提交图

  • fcf1193579 [Doc] Hidden implementations that may cause confusion to the user. (#2378) Xiangkun Hu 2020-12-03 13:09:19 +08:00
  • 98e11533e2 [hotfix] Produce empty tensor in data frame for emtpy graphs. (#2387) Zihao Ye 2020-12-03 12:00:29 +08:00
  • 1a932926b1 [Readme] Add paper list (#2389) Minjie Wang 2020-12-02 15:53:44 +08:00
  • 4b5b2da479 update README (#2380) Zihao Ye 2020-12-01 14:21:33 +08:00
  • 38077e298b installation and doc fix (#2379) Quan (Andy) Gan 2020-11-30 19:47:40 +08:00
  • edb978772c [Doc, UG, Tutorial] Misc Fix (#2376) Mufei Li 2020-11-30 13:40:10 +08:00
  • 6b02babbad [doc] Add docstring for segment reduce. (#2375) Zihao Ye 2020-11-27 18:04:13 +08:00
  • d15d693491 disable warn-common on mac (#2374) 0.5.3 Quan (Andy) Gan 2020-11-27 14:42:51 +08:00
  • 35a3ead2f0 disable warn-common on mac (#2374) Quan (Andy) Gan 2020-11-27 14:42:51 +08:00
  • 67ce182f7a update version Quan Gan 2020-11-27 04:01:44 +00:00
  • b88dd080ea update version 0.5.3-candidate Quan Gan 2020-11-27 03:48:56 +00:00
  • eba84bdf73 disable gespmm (#2371) Zihao Ye 2020-11-26 15:59:46 +08:00
  • 9d04147020 Update distributed.rst (#2249) (#2368) Quan (Andy) Gan 2020-11-26 11:57:25 +08:00
  • 1f66693bba [Performance]: Remove indptr correction for CooToCSR (#2356) IzabelaMazur 2020-11-26 04:28:24 +01:00
  • 2fedc4d16a [Performance] Accelerate batching (#2363) Quan (Andy) Gan 2020-11-24 17:39:00 +08:00
  • 21946df028 Remove redundant print information in #2361 (#2362) Zihao Ye 2020-11-23 03:41:58 +08:00
  • faf8c71163 [Performance] Use segment operators for graph readout. (#2361) Zihao Ye 2020-11-23 01:45:33 +08:00
  • 4fd5e027e4 [WIP] Misc Fix (#2359) Mufei Li 2020-11-19 23:54:55 +08:00
  • 2db8ccb487 [Doc] Chinese User Guide chapter 1 - 4 (#2351) zhjwy9343 2020-11-19 13:40:33 +08:00
  • 9e4138a25d Update (#2354) Mufei Li 2020-11-18 15:40:25 +08:00
  • 00d4f3c779 upd (#2352) Zihao Ye 2020-11-17 17:20:55 +08:00
  • c83685c855 [Performance] Dynamic cpu kernel V3 for SpMMSumCsr all Ops (#2309) pawelpiotrowicz 2020-11-17 08:12:23 +01:00
  • 45a54a2541 [Fix] Enable mini-batch rgcn for CPU (#2345) mszarma 2020-11-16 10:27:54 +01:00
  • 82d2a5e48b [Build] use different flags for NVCC and CC (#2342) Minjie Wang 2020-11-14 15:48:24 +08:00
  • aa5d222bd8 Fix a bug in the data loading of GraphWriter (#2343) Guo Qipeng 2020-11-13 22:33:12 +08:00
  • 9520bf4656 [Bug] Multiple fixes for CUDA 11 support (#2333) Quan (Andy) Gan 2020-11-13 15:37:29 +08:00
  • e5a5a20b7a Update knowledge_graph.py (#2329) vill 2020-11-10 17:33:55 +08:00
  • 865933b760 Update appnpconv.py (#2324) Mufei Li 2020-11-10 15:37:30 +08:00
  • e751ff01c7 fix reddit self loop (#2330) Quan (Andy) Gan 2020-11-09 14:40:21 +08:00
  • 91ade38a25 [CUDA] Add CUDA11 support (#2308) Minjie Wang 2020-11-07 22:16:51 +08:00
  • 613d23e351 [kernel] Select GE-SpMM when feature size is large. (#2306) Zihao Ye 2020-11-06 13:29:38 +08:00
  • 317be7f188 [Bugfix] GINDataset check whether labels are all valid (#2319) Xiangkun Hu 2020-11-05 09:35:10 +08:00
  • 2fc189a750 [Model] SIGN for OGB dataset (#2316) Lingfan Yu 2020-11-02 21:28:31 -05:00
  • 3d99b0080b [Performance] In HeteroNodeView, build arange on target device, instead of on CPU and copying it (#2266) nv-dlasalle 2020-11-02 14:03:26 -08:00
  • 9e9fcdb32f [Fix] typo (#2265) chwan-rice 2020-10-29 10:05:36 -05:00
  • 63284c08bb [Example] fix print info (#2305) maqy1995 2020-10-29 09:20:27 +08:00
  • b25b442b42 [Doc] Same typos as 0.5.x (#2292) Seung-woo Seo 2020-10-22 03:30:27 +09:00
  • 59b20808e0 Fix typos (#2285) ZenoTan 2020-10-20 03:24:34 +08:00
  • 4286bd2b94 fix bug in flatten and is_unibipartite (#2279) Quan (Andy) Gan 2020-10-17 12:11:24 +08:00
  • d160bc3b43 [Bug] fix multiple bugs in JTNN example (#2220) Quan (Andy) Gan 2020-10-15 21:43:18 +08:00
  • 34e31f8724 [Example]Add sparse embedding in GATNE-T example to support big graph (#2234) esang 2020-10-10 17:22:45 +08:00
  • 7b4610359f OMP pragma was added to support hetero_graph loop. (#2148) mozga-intel 2020-10-09 19:43:12 +02:00
  • 24d25d0a7f [Bugfix][Performance] Fix Column to copy 'self.index' to location of 'self.storage' only on read, and use kwargs. (#2267) nv-dlasalle 2020-10-09 09:58:31 -07:00
  • d1add2ebee [bugfix] Fix crash due to unfound attribute (#2262) Sami Issaadi 2020-10-09 03:44:38 +02:00
  • 1d588e0dc7 Update index.rst (#2254) Mufei Li 2020-10-01 21:35:57 +08:00
  • 3ab2cb0185 [Doc] Chinese User Guide chapter1 (#2240) zhjwy9343 2020-09-30 18:16:10 +08:00
  • 3f994308c0 [bugfix] Fix the behavior of min/max reducer for 1-dim dta. (#2250) Zihao Ye 2020-09-29 17:27:16 +08:00
  • ef5c14c864 Update message-efficient.rst (#2247) Mufei Li 2020-09-27 23:41:12 +08:00
  • c363bd895a Update README.md (#2213) Mufei Li 2020-09-27 15:08:13 +08:00
  • 3b429f52a4 [Doc] fix minibatch user guide broken code (#2233) Quan (Andy) Gan 2020-09-27 11:28:34 +08:00
  • 694c2b177b Fix typo (#2235) Junki Ishikawa 2020-09-25 17:40:22 +09:00
  • aa6968caee update (#2236) Chao Ma 2020-09-25 14:48:46 +08:00
  • ef74721896 Fix segment_reduce() ignoring tailing 0 segments (#2228) Mingjian Wen 2020-09-24 00:07:45 -07:00
  • 26757bd383 [HeteroGraph] Fix the failure of apply_nodes when the input function changes feature size for all nodes (#2223) Mufei Li 2020-09-24 08:54:28 +08:00
  • ae9c6d7299 Update (#2225) Mufei Li 2020-09-23 15:37:47 +08:00
  • 805eedddff Update dgl.data.rst (#2217) Mufei Li 2020-09-21 10:15:24 +08:00
  • 7e5791ef32 [Example] Implement LINE with dgl and pytorch (#2195) Hao Xiong 2020-09-21 02:30:34 +08:00
  • 45894af2df Master refactor split chapter2n3 (#2215) zhjwy9343 2020-09-20 17:45:35 +08:00
  • e4cccdda34 [Doc] fix typos in PyTorch DataLoaders (#2216) Quan (Andy) Gan 2020-09-20 13:21:05 +08:00
  • 879fe6f990 Update gindt.py (#2212) Mufei Li 2020-09-18 19:49:50 +08:00
  • 66a2d16070 [Example] GAT on ogbn-arxiv (#2210) espylapiza 2020-09-18 12:45:13 +09:00
  • 5ac74f86a0 disable gespmm (#2371) Zihao Ye 2020-11-26 15:59:46 +08:00
  • 12a193f265 Update distributed.rst (#2249) (#2368) Quan (Andy) Gan 2020-11-26 11:57:25 +08:00
  • 6897f55a3a [Performance]: Remove indptr correction for CooToCSR (#2356) IzabelaMazur 2020-11-26 04:28:24 +01:00
  • 00edb94982 [Performance] Accelerate batching (#2363) Quan (Andy) Gan 2020-11-24 17:39:00 +08:00
  • 58775ada1f Remove redundant print information in #2361 (#2362) Zihao Ye 2020-11-23 03:41:58 +08:00
  • 3adbfa1812 [Performance] Use segment operators for graph readout. (#2361) Zihao Ye 2020-11-23 01:45:33 +08:00
  • 45e3e9af2c [WIP] Misc Fix (#2359) Mufei Li 2020-11-19 23:54:55 +08:00
  • b0a9d16f25 [Doc] Chinese User Guide chapter 1 - 4 (#2351) zhjwy9343 2020-11-19 13:40:33 +08:00
  • 9c08cd6bf0 Update (#2354) Mufei Li 2020-11-18 15:40:25 +08:00
  • 061c2a364e upd (#2352) Zihao Ye 2020-11-17 17:20:55 +08:00
  • f8ebcd7f90 [Performance] Dynamic cpu kernel V3 for SpMMSumCsr all Ops (#2309) pawelpiotrowicz 2020-11-17 08:12:23 +01:00
  • 62b4bbb494 [Fix] Enable mini-batch rgcn for CPU (#2345) mszarma 2020-11-16 10:27:54 +01:00
  • 77968e30b5 [Build] use different flags for NVCC and CC (#2342) Minjie Wang 2020-11-14 15:48:24 +08:00
  • cb2bc69b55 Fix a bug in the data loading of GraphWriter (#2343) Guo Qipeng 2020-11-13 22:33:12 +08:00
  • 501b2b75a5 [Bug] Multiple fixes for CUDA 11 support (#2333) Quan (Andy) Gan 2020-11-13 15:37:29 +08:00
  • d89f825d8c upd (#2336) Zihao Ye 2020-11-12 18:45:15 +08:00
  • 92a3d07df2 [Kernel] Use tree reduction for SDDMM-dot (#2335) Zihao Ye 2020-11-12 17:32:16 +08:00
  • f8f0d362bc fix include order of cub/thrust for lower versions 0.5.x-cu11 Quan Gan 2020-11-10 09:39:19 +00:00
  • fe4ada23f9 Update knowledge_graph.py (#2329) vill 2020-11-10 17:33:55 +08:00
  • 812f597096 Update appnpconv.py (#2324) Mufei Li 2020-11-10 15:37:30 +08:00
  • dc7402c271 multiple critical bug fixes Quan Gan 2020-11-10 06:59:46 +00:00
  • 88a042d34a fix reddit self loop (#2330) Quan (Andy) Gan 2020-11-09 14:40:21 +08:00
  • 4fb0241bfb [CUDA] Add CUDA11 support (#2308) Minjie Wang 2020-11-07 22:16:51 +08:00
  • 6eda605ccd [BugFix][Dataloading] Disable AsyncTransferer copying to anywhere but the GPU (#2323) nv-dlasalle 2020-11-07 05:34:54 -08:00
  • 993674c58a fix cmake Quan Gan 2020-11-06 09:41:44 +00:00
  • 272cb9e29a [kernel] Select GE-SpMM when feature size is large. (#2306) Zihao Ye 2020-11-06 13:29:38 +08:00
  • f2638c1791 add submodules Ubuntu 2020-11-05 09:45:05 +00:00
  • 9fed9154a7 try fix Minjie Wang 2020-10-29 09:32:07 +00:00
  • 67a9fae679 try fix Minjie Wang 2020-10-29 09:22:57 +00:00
  • 6040184dde small fix Minjie Wang 2020-10-29 09:17:09 +00:00
  • 8151d491fe fix Minjie Wang 2020-10-29 08:44:12 +00:00
  • 7652cafd71 poke ci Minjie Wang 2020-10-29 08:40:08 +00:00
  • 34770b323a fix inc bug in pytorch 1.8 Minjie Wang 2020-10-29 08:26:21 +00:00
  • 5f19876358 [Bugfix] GINDataset check whether labels are all valid (#2319) Xiangkun Hu 2020-11-05 09:35:10 +08:00
  • b8cc26e34a [Model] SIGN for OGB dataset (#2316) Lingfan Yu 2020-11-02 21:28:31 -05:00
  • c6890c231a [Performance] In HeteroNodeView, build arange on target device, instead of on CPU and copying it (#2266) nv-dlasalle 2020-11-02 14:03:26 -08:00
  • d453d72dd1 [Doc][Dataloading] Expand documentation of AsyncTransferer (#2313) nv-dlasalle 2020-11-02 12:28:30 -08:00
  • f673fc2553 [Dataloading] Add class for copying tensors to/from the GPU on a non-default stream (#2284) nv-dlasalle 2020-10-30 07:29:06 -07:00
  • 269983dbcd [Fix] typo (#2265) chwan-rice 2020-10-29 10:05:36 -05:00