提交

提交图

  • 7bcc27ff33 [Graphbolt] Add to dgl (#6381) peizhou001 2023-09-27 10:57:01 +08:00
  • 17198e9e2e [Graphbolt] Rename num_nodes and num_edges. (#6388) Hongzhi (Steve), Chen 2023-09-27 10:18:16 +08:00
  • 297e120fea [GraphBolt] enable gpu train on ogb-lsc-mag240m (#6380) Rhett Ying 2023-09-26 18:34:01 +08:00
  • d627d0f46f [Graphbolt] Support cuda compilation (#6383) czkkkkkk 2023-09-26 15:27:09 +08:00
  • 7e687d5d40 [Graphbolt] fix evaluate bug and update readme in link prediction example. (#6367) LastWhisper 2023-09-26 13:20:49 +08:00
  • 614401ff06 [Dataset] Add peptides functional dataset in LRGB (#6363) paoxiaode 2023-09-26 10:22:33 +08:00
  • 88e9422a36 [Graphbolt] Udpate the ogbl-citation2 dataset docstring (#6385) LastWhisper 2023-09-25 22:13:11 +08:00
  • 33ba46b7df [Sparse] Add CUDA compilation support. (#6338) czkkkkkk 2023-09-25 16:10:25 +08:00
  • d08075d4f9 [Graphbolt] Support return reverse edge ids in sampling (#6347) peizhou001 2023-09-25 10:00:51 +08:00
  • 5a7e156fd4 [Example] Fix label dtype error in multigpu node classification. (#6376) czkkkkkk 2023-09-23 13:30:31 +08:00
  • d912947b78 [GraphBolt] enable gpu train for ogbn-mag (#6373) Rhett Ying 2023-09-22 18:05:02 +08:00
  • cef5a14a67 [Graphbolt] Add dgl minibatch (#6370) peizhou001 2023-09-22 17:07:42 +08:00
  • f859423001 [GraphBolt] GraphBolt Node Classification Example (#6359) MB Wang 2023-09-22 14:55:47 +08:00
  • 0a87bc6a8d [GraphBolt] Add DistributedItemSampler to support multi-gpu training (#6341) Ramon Zhou 2023-09-22 14:38:45 +08:00
  • e22bd78fe0 [GraphBolt] enable training on ogb-lsc-mag240m (#6366) Rhett Ying 2023-09-22 14:27:40 +08:00
  • f1e7060ba2 [GraphBolt] add ogb-lsc-mag240m into BuiltinDataset (#6368) Rhett Ying 2023-09-22 12:05:28 +08:00
  • ed3840fcba [Graphbolt] Replace reverse with original (#6371) peizhou001 2023-09-22 12:03:48 +08:00
  • 7e49ccef39 Update Labor sampler docs, add NeurIPS acceptance (#6369) Muhammed Fatih BALIN 2023-09-22 00:01:56 -04:00
  • 7cc59bba8f [Sparse] Modify the test of sparse_matrix_str (#6364) yxy235 2023-09-21 19:48:41 +08:00
  • 2520912089 [GraphBolt] Improve MiniBatch repr layout (#6356) yxy235 2023-09-21 15:20:48 +08:00
  • c0ac2f60b7 [GraphBolt] Improving the node prediction example (#6353) Muhammed Fatih BALIN 2023-09-20 22:53:27 -04:00
  • 6a9142c278 [Bug] fix extrace_archive default parameter (#6333) paoxiaode 2023-09-21 10:03:12 +08:00
  • f8c1b24d5b [Dataset] Add peptides structural dataset in LRGB (#6337) paoxiaode 2023-09-21 09:52:46 +08:00
  • 8da2f83220 [Misc] Move graphbolt rgcn example to sampling/graphbolt. (#6361) Hongzhi (Steve), Chen 2023-09-21 09:01:33 +08:00
  • 9dc361c6b9 [GraphBolt] add example of heterograph node classification (#6339) Rhett Ying 2023-09-20 15:08:05 +08:00
  • 648b8448e0 [Misc] Remove unused import. (#6358) Hongzhi (Steve), Chen 2023-09-20 14:07:11 +08:00
  • b099ac93a3 [GraphBolt] remove func decorator from ItemSampler (#6357) Rhett Ying 2023-09-20 14:03:55 +08:00
  • c298223f5d [GraphBolt] add BuiltinDataset into doc page (#6355) Rhett Ying 2023-09-20 09:58:39 +08:00
  • d932141471 [Misc] Fix compile warning (#6342) Songqing Zhang 2023-09-20 09:05:02 +08:00
  • 9ed28089e0 [GraphBolt] add available builtin datasets into docstring (#6346) Rhett Ying 2023-09-20 08:53:34 +08:00
  • e3266c4345 Update .gitignore Rhett Ying 2023-09-19 17:26:34 +08:00
  • 06074d7387 [GraphBolt] enrich node types for input/output nodes of sampled subgraph (#6348) Rhett Ying 2023-09-19 17:15:52 +08:00
  • adf49937cc [Graphbolt] Add lightning example (#6335) peizhou001 2023-09-19 10:21:57 +08:00
  • cbc34705c4 [Sparse] Compact C++ API (#6334) xiangyuzhi 2023-09-18 20:12:30 +08:00
  • d566ff8e1d add name to Jenkinsfile (#6345) yxy235 2023-09-18 17:49:31 +08:00
  • 073a270e5a [GraphBolt] update example to use built-in dataset (#6336) Rhett Ying 2023-09-15 12:52:23 +08:00
  • fe96f11fff [GraphBolt] enable to download built-in dataset from s3 (#6329) Rhett Ying 2023-09-15 11:35:24 +08:00
  • c036222be8 [Graphbolt] Move exclude edges helper to util file (#6332) peizhou001 2023-09-15 11:00:23 +08:00
  • 8275bc2943 [Sparse] Add relabel python API (#6323) xiangyuzhi 2023-09-15 10:09:37 +08:00
  • 2a715f2f6f [GraphBolt] skip empty mask (#6331) Rhett Ying 2023-09-14 23:48:23 +08:00
  • 4ea2bd45eb [Graphbolt] Add MiniBatchTransformer to support exclude edges. (#6330) Hongzhi (Steve), Chen 2023-09-14 18:18:49 +08:00
  • 47c6fb1ff0 [Graphbolt]Fix docstring example (#6328) peizhou001 2023-09-14 15:28:51 +08:00
  • e3bf1c0e11 [Graphbolt] Convert minibatch to dgl block instead of graph (#6318) peizhou001 2023-09-14 11:03:17 +08:00
  • eb40ed550a [Model] Add Node explanation for Heterogenous PGExplainer Impl. (#6050) Nick Baker 2023-09-13 19:42:23 -07:00
  • a848aa3e9b [Graphbolt] Reorder the parameters of UniformNegativeSampler. (#6322) Hongzhi (Steve), Chen 2023-09-14 10:05:31 +08:00
  • b888690083 [Graphbolt] Graphbolt Link Prediction Example (#6191) LastWhisper 2023-09-12 19:01:04 +08:00
  • 5eda844011 [GraphBolt] fix type_per_edge (#6317) Rhett Ying 2023-09-12 17:42:18 +08:00
  • edcecdd0a1 [CMAKE] Move DGL cuda file declaration to the main CMakeLists.txt (#6300) czkkkkkk 2023-09-12 17:07:40 +08:00
  • da1d5de2f1 [Sparse] Add cpu compilation support (#6310) xiangyuzhi 2023-09-12 16:43:30 +08:00
  • a23b490df4 [Sparse] Sparse sample implementation (#6303) xiangyuzhi 2023-09-12 16:42:24 +08:00
  • 0440806aac [Graphbolt] Move exclude edges (#6312) peizhou001 2023-09-12 15:12:43 +08:00
  • c51516a83e [GraphBolt] fix type_per_edge when convert DGLGraph to CSCSamplingGraph (#6314) Rhett Ying 2023-09-12 14:52:41 +08:00
  • 53153b423a [Graphbolt] Fix sample bugs (#6311) peizhou001 2023-09-12 13:05:45 +08:00
  • 337b5ea770 [GraphBolt] enable fanouts to be a list of int (#6309) Rhett Ying 2023-09-12 10:26:51 +08:00
  • 89bed21a21 [Graphbolt] Add more class and ops to graphbolt doc. (#6307) Hongzhi (Steve), Chen 2023-09-11 22:19:21 +08:00
  • e1806d609e [GraphBolt] replace Datablock by MiniBatch (#6308) Rhett Ying 2023-09-11 22:19:07 +08:00
  • a49ec9e516 [Tools] use torchrun instead of torch.distributed.launch (#6304) 9rum 2023-09-11 17:47:03 +09:00
  • 6aba92e969 [GraphBolt] fix test cases about datapipe (#6305) Rhett Ying 2023-09-11 14:11:20 +08:00
  • 1328baf7cb [Graphbolt] Use for to implement ItemSet.__iter__ (#6293) LastWhisper 2023-09-11 10:59:42 +08:00
  • ce8a7dd314 [dev] 17 is new since cmake3.8 for CXX_STANDARD (#6302) Rhett Ying 2023-09-08 16:30:44 +08:00
  • 1ff5f09fe6 [Graphbolt] Remove link prediction format (#6298) peizhou001 2023-09-08 10:43:00 +08:00
  • 09c8e8d9df [Graphbolt] Add adding reverse edges helper (#6288) peizhou001 2023-09-07 20:31:05 +08:00
  • 8d50b34b82 [GraphBolt] remove print() from test case (#6299) Rhett Ying 2023-09-07 16:42:55 +08:00
  • ec4952392d [GraphBolt] enable to invoke gb samplers in functional form (#6297) Rhett Ying 2023-09-07 15:57:52 +08:00
  • 79a954777f [GraphBolt] clean up minibatch collator in testcases and docstring (#6294) Rhett Ying 2023-09-07 12:21:15 +08:00
  • b4c351b4a3 [Sparse] Add sparse sample python API (#6287) xiangyuzhi 2023-09-07 10:44:23 +08:00
  • fa3f2f486b [Graphbolt] Introduce graphbolt doc. (#6292) Hongzhi (Steve), Chen 2023-09-07 10:03:47 +08:00
  • 37d70e541b [GraphBolt] split node_pairs to tuple of (src, dst) (#6291) Rhett Ying 2023-09-06 16:06:39 +08:00
  • 50b05723ff [GraphBolt] update names of ItemSet in OnDiskDataset testcases (#6289) Rhett Ying 2023-09-06 10:03:43 +08:00
  • 19d6394329 [GraphBolt] avoid warning of pickle local function (#6284) Rhett Ying 2023-09-05 19:02:10 +08:00
  • 29949322bf [GraphBolt] convert item list to MiniBatch (#6281) Rhett Ying 2023-09-05 17:03:59 +08:00
  • dadce86a78 [Sparse] Add sparse matrix slicing operator implementation (#6208) xiangyuzhi 2023-09-05 16:47:14 +08:00
  • 729924e381 [GraphBolt] update docstring of ItemSet (#6282) Rhett Ying 2023-09-05 16:04:35 +08:00
  • feaeb1c224 [Misc] Polish the shared memory helper. (#6279) Hongzhi (Steve), Chen 2023-09-05 09:18:56 +08:00
  • aa562f7ebe [Graphbolt] Refactor shared memory utility. (#6198) czkkkkkk 2023-09-04 23:11:22 +08:00
  • df1ea757a6 [Misc] Reorder the variables in minibatch.py. (#6275) Hongzhi (Steve), Chen 2023-09-04 17:12:26 +08:00
  • ce14a97ce1 [Doc] Fix typo in link prediction with sampling example (#6268) Ayush Noori 2023-09-04 04:31:46 -04:00
  • 3742d5ffed [GraphBolt] rename data attributes in MiniBatch (#6274) Rhett Ying 2023-09-04 16:24:00 +08:00
  • 726836976d [Misc] Upgrade googletest to v1.14.0 (#6273) Xin Yao 2023-09-04 15:50:46 +08:00
  • d5a1fe2fc9 [Misc] Keep all dgl_options with consistent style. (#6270) Hongzhi (Steve), Chen 2023-09-04 15:50:26 +08:00
  • fa17fd09af [GraphBolt] update tests of ItemSet to cover canonical cases (#6272) Rhett Ying 2023-09-04 15:04:57 +08:00
  • ac49220cd4 [Graphbolt] Convert a data block to dgl graphs (#6228) peizhou001 2023-09-04 14:01:44 +08:00
  • 268f456936 [GraphBolt] update docstring of ItemSet (#6269) Rhett Ying 2023-09-04 13:28:50 +08:00
  • 86f739b374 [Graphbolt] Change data_block to mini_batch (#6256) peizhou001 2023-09-04 13:20:22 +08:00
  • f281959ac7 [Graphbolt] Delete the expensive check (#6264) Ramon Zhou 2023-09-01 14:55:05 +08:00
  • 240e28a223 [GraphBolt] rename MinibatchSampler as ItemSampler (#6255) Rhett Ying 2023-09-01 13:44:13 +08:00
  • fc36694507 [Bug] Avoid importing packaging directly (#6260) Xin Yao 2023-09-01 12:03:12 +08:00
  • 4a42027d4a [Build] Add CMake changes from conda-forge build (#6189) Hugo MacDermott-Opeskin 2023-09-01 13:21:03 +10:00
  • 6068dc31ae [GraphBolt] add names for each item in ItemSet (#6254) Rhett Ying 2023-09-01 08:43:17 +08:00
  • bbc8ff6261 [Graphbolt] Rewrite torch::multinomial to improve sampling performance (#6217) Ramon Zhou 2023-08-31 15:49:22 +08:00
  • 219c9f1a29 [Graphbolt]Refator feature fetcher (#6245) peizhou001 2023-08-31 15:28:47 +08:00
  • 155608d3cb [Misc] Added 'Skeleton003' to the Jenkinsfile (#6251) MB Wang 2023-08-31 14:57:50 +08:00
  • d387e8e376 [Graphbolt] Add pickle methods for CSCSamplingGraph (#6199) Ramon Zhou 2023-08-31 11:20:41 +08:00
  • 6ee7cc45da [release] 1.1.2post1 (#6249) Rhett Ying 2023-08-30 16:39:22 +08:00
  • ec8225df4a [Sparse] Add matrix slicing python API (#6184) xiangyuzhi 2023-08-30 12:54:22 +08:00
  • 6b99f32880 [GraphBolt] use str etype in graphs (#6235) Rhett Ying 2023-08-30 11:46:03 +08:00
  • 911c4aba73 [GraphBolt] use str etype in sampler (#6232) Rhett Ying 2023-08-30 09:50:59 +08:00
  • 0be8d8a7f6 [dev] remove buid dir of tensoradaptor (#6234) Rhett Ying 2023-08-30 09:37:50 +08:00
  • c30d571304 [Graphbolt] Combine data block classes to a single file. (#6233) Hongzhi (Steve), Chen 2023-08-29 17:26:18 +08:00
  • 0f3f8181d6 [Graphbolt] Improve Labor performance (#6203) Muhammed Fatih BALIN 2023-08-29 02:48:38 -04:00