提交

提交图

  • 458b938c42 [GraphBolt] modify preprocess_ondisk_dataset() (#6986) Mingbang Wang 2024-02-18 01:04:39 +08:00
  • 3ded35872f fix epoch loss (#6319) SuperYY 2024-02-16 22:34:57 +08:00
  • 13e7c2faeb [GraphBolt] Improving subgraph_sampler tests. (#7047) Andrei Ivanov 2024-02-14 07:36:00 -08:00
  • 8204fe1912 [Example] Super small fix for import in HGL_SP example (#6984) Lourens Touwen 2024-02-14 10:35:15 -05:00
  • 8e6cbd621f [DistGB] sample with graphbolt on heterograph via DistNodeDataLoader (#7112) Rhett Ying 2024-02-09 15:51:39 +08:00
  • 924c5669e6 Fixing problem with complex numbers appearing in the lap_pe function. (#6925) Andrei Ivanov 2024-02-08 18:54:26 -08:00
  • 6735a3ae3d [DistGB] enable sample etype neighbors on heterograph (#7095) Rhett Ying 2024-02-09 10:09:16 +08:00
  • 3ebdee7768 [DistGB] sample with graphbolt on homograph via DistNodeDataLoader (#7108) Rhett Ying 2024-02-09 09:58:32 +08:00
  • 7f7967b384 [doc] fix undefined variable in example Rhett Ying 2024-02-08 12:01:03 +08:00
  • 763bd39ff5 [DistGB] sample with graphbolt on homograph via DistDataLoader (#7098) Rhett Ying 2024-02-08 10:37:01 +08:00
  • 870d8d025b [doc] fix undefined variable in code snippet (#7107) Rhett Ying 2024-02-08 09:56:31 +08:00
  • 8cf5ad84b6 [GraphBolt] Add to_pyg_data for MiniBatch (#7076) Ramon Zhou 2024-02-07 11:02:28 +08:00
  • 0504bc2c11 [DistGB] use expand_indptr for csc to coo (#7090) Rhett Ying 2024-02-07 10:08:56 +08:00
  • 43912418d8 [GraphBolt][CUDA] puregpu option for the multiGPU example. (#7089) Muhammed Fatih BALIN 2024-02-06 09:50:12 +03:00
  • 845864d2a0 [GraphBolt] Modify SubgraphSampler to support seeds. (#7049) yxy235 2024-02-06 14:26:06 +08:00
  • ee8b7b39ce [DistGB] enable GB sampling on heterograph (#7087) Rhett Ying 2024-02-06 11:22:38 +08:00
  • a2e1c79618 [GraphBolt][CUDA] Pipelined sampling accuracy fix (#7088) Muhammed Fatih BALIN 2024-02-05 20:01:31 +03:00
  • 4ee0a8bddb [DistGB] return global eids from GB sampling on homograph (#7085) Rhett Ying 2024-02-05 13:22:44 +08:00
  • badeaf19dc [GraphBolt][CUDA] Pipelined sampling optimization (#7039) Muhammed Fatih BALIN 2024-02-05 07:20:15 +03:00
  • 4b265390f4 [GraphBolt][CUDA] Fix link prediction early-stop. (#7083) Muhammed Fatih BALIN 2024-02-05 07:06:44 +03:00
  • f3af2a9fd4 [DistGB] return eids together with etype_ids in sampling (#7084) Rhett Ying 2024-02-05 09:48:20 +08:00
  • 346197c477 [GraphBolt][CUDA] Add gb.index_select and fix example inferencing. (#7051) Muhammed Fatih BALIN 2024-02-04 19:56:40 +03:00
  • f498986771 [GraphBolt] Add error messages for attribute size check (#7079) Mingbang Wang 2024-02-04 20:10:45 +08:00
  • 308f099b4e [GraphBolt][CUDA] Improve GPUCache help string in multiGPU example. (#7081) Muhammed Fatih BALIN 2024-02-04 14:29:29 +03:00
  • 95142b844e [GraphBolt] Fixing two issues in GraphBolt tests. (#7059) Andrei Ivanov 2024-02-04 00:06:06 -08:00
  • af0b63eda6 [GraphBolt] Fix gpu NegativeSampler for seeds. (#7068) yxy235 2024-02-04 13:24:34 +08:00
  • 3d854a6b9b [Misc] Correct docstrings in python/dgl/convert.py (#7060) Mingbang Wang 2024-02-04 11:39:43 +08:00
  • 6459a688ae [DistGB] enable GB sampling on homograph (#7061) Rhett Ying 2024-02-04 10:39:44 +08:00
  • 9273387ead [GraphBolt] move return_eids check to internal python API (#7071) Rhett Ying 2024-02-04 10:37:45 +08:00
  • 1e6fa711f2 [Graphbolt] Add fast path for tamporal sampling. (#7078) czkkkkkk 2024-02-03 17:05:58 +08:00
  • 15695ed0ec [GraphBolt][CUDA] Handle edge case of %100 cache hit rate. (#7080) Muhammed Fatih BALIN 2024-02-03 10:03:06 +03:00
  • 0a42d863b7 [GraphBolt][CUDA] GPUCachedFeature for multiGPU example. (#7074) Muhammed Fatih BALIN 2024-02-03 01:50:06 +03:00
  • d5b03bcb27 [GraphBolt][CUDA] GPUCache performance fix. (#7073) Muhammed Fatih BALIN 2024-02-03 01:49:54 +03:00
  • 8568386911 [dev] update system requirements (#7072) Rhett Ying 2024-02-02 16:49:59 +08:00
  • 177dc133d6 [GraphBolt][CUDA] IndexSelectCSC kernel launch config change. (#7056) Muhammed Fatih BALIN 2024-02-02 08:16:52 +03:00
  • 50eb1014ac [GraphBolt] Refactor NeighborSampler and expose fine-grained datapipes. (#6983) Muhammed Fatih BALIN 2024-02-01 10:07:30 +03:00
  • e602ab1b56 [Misc] Move test_minibatch to the correct dir. (#7055) Hongzhi (Steve), Chen 2024-02-01 14:48:35 +08:00
  • bf8f05df36 [GraphBolt][CUDA] Use deque instead of Queue for Bufferer. (#7050) Muhammed Fatih BALIN 2024-02-01 09:46:50 +03:00
  • e117adac25 [GraphBolt] fix testcases on warning messages (#7054) Rhett Ying 2024-02-01 11:41:05 +08:00
  • 571340dac6 [DistGB] update partition_graph to support graphbolt (#7053) Rhett Ying 2024-02-01 11:37:43 +08:00
  • df6b3250f4 [DistGB] enable DistGraph to load graphbolt partitions (#7048) Rhett Ying 2024-02-01 09:39:50 +08:00
  • 942b17ab2e [GraphBolt] Add hardcode testcases for gb.preprocess_ondisk_dataset (#7035) Mingbang Wang 2024-01-31 23:36:01 +08:00
  • 7a97609875 [GraphBolt] Eliminate test warning (#7044) Muhammed Fatih BALIN 2024-01-31 14:58:13 +03:00
  • f051a5cc69 [GraphBolt][CUDA] Add is_pinned method to TorchBasedFeatureStore. (#7041) Muhammed Fatih BALIN 2024-01-31 14:57:24 +03:00
  • e7c3454f12 [GraphBolt] Fix NegativeSampler seeds support. (#7043) yxy235 2024-01-31 15:14:24 +08:00
  • af870387fc [DistGB] add verify logic for GraphBolt partitions (#7031) Rhett Ying 2024-01-30 16:30:00 +08:00
  • cda8b38101 [GraphBolt] Add compacted_seeds to minibatch. (#7033) yxy235 2024-01-30 14:29:37 +08:00
  • b085224fb9 [GraphBolt][CUDA] Dataloader feature overlap fix (#7036) Muhammed Fatih BALIN 2024-01-30 09:24:22 +03:00
  • 683772514e [DistGB] enable DistGraphServer to load graphbolt partitions (#7042) Rhett Ying 2024-01-30 11:21:16 +08:00
  • fe78093fb7 [GraphBolt] Update __repr__ of FusedCSCSamplingGraph (#6956) Mingbang Wang 2024-01-26 22:29:25 +08:00
  • 2da6acef67 [GraphBolt][CUDA] Refine the multi-GPU example (#6980) Muhammed Fatih BALIN 2024-01-26 13:13:42 +03:00
  • b3841c2544 Revert "[Env Fix] Add essential package for pyg Neighbor sampler" (#7034) Rhett Ying 2024-01-26 17:30:54 +08:00
  • e2f1e963c8 [Env Fix] Add essential package for pyg Neighbor sampler (#7030) caojy1998 2024-01-26 14:26:02 +08:00
  • 11adb4e717 [GraphBolt] Refactor NegativeSampler. (#7001) yxy235 2024-01-26 14:01:42 +08:00
  • 366fb02fbd [DistGB] enable to load GB partitions (#7029) Rhett Ying 2024-01-26 12:38:25 +08:00
  • 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) Rhett Ying 2024-01-25 16:03:25 +08:00
  • 0bfe34d96b [DistGB] refine convertion from dgl to graphbolt (#7007) Rhett Ying 2024-01-25 14:55:25 +08:00
  • 0a2f40f62a [GraphBolt][CUDA] Temporarily disable overlap for the multiGPU example. (#7009) Muhammed Fatih BALIN 2024-01-25 00:05:14 -05:00
  • 3a79f02189 [GraphBolt][CUDA] Make nodes optional for sampling (#6993) Muhammed Fatih BALIN 2024-01-24 12:58:54 -05:00
  • 365bb723d9 [GraphBolt][CUDA] Optimize UVA index_select_csc. (#6995) Muhammed Fatih BALIN 2024-01-24 12:30:55 -05:00
  • a47eacc192 [GraphBolt] Fix docstr of sampled_csc in SampledSubgraph. (#7004) yxy235 2024-01-24 15:25:34 +08:00
  • 2fedcdc2fe [example] update RGCN README (#6996) Rhett Ying 2024-01-23 20:36:25 +08:00
  • d3176272c6 [GraphBolt] Update docstring of sampled subgraph. (#6998) yxy235 2024-01-23 20:32:31 +08:00
  • 56b6a4ebd8 [GraphBolt] Update GB node classification example learning rate (#7000) Ramon Zhou 2024-01-23 16:29:14 +08:00
  • 8da604d7ab [GraphBolt][CUDA] Refine pinning tests (#6994) Muhammed Fatih BALIN 2024-01-23 03:27:33 -05:00
  • 3df4f8cb43 [CI] add pyg into CI image (#6997) Rhett Ying 2024-01-23 15:23:41 +08:00
  • dfa32286a4 [Misc] DGL multi-gpu example run error work around (#6999) Ramon Zhou 2024-01-23 15:23:09 +08:00
  • d249744875 [GraphBolt] Add indexes to MiniBatch. (#6989) yxy235 2024-01-23 13:08:12 +08:00
  • d67dae1d8c [GraphBolt] Modify multigpu example arguments (#6990) Ramon Zhou 2024-01-22 22:55:54 +08:00
  • 99a02f0776 [GraphBolt] Update docstring of SampledSubgraph. (#6991) yxy235 2024-01-22 17:27:45 +08:00
  • 03ca11f560 [GraphBolt] fix random generator for shuffle among all workers (#6982) Rhett Ying 2024-01-22 14:39:30 +08:00
  • 351c860afd [GraphBolt] Add check to NegativeSampler. (#6976) yxy235 2024-01-22 13:09:21 +08:00
  • 2e6ded06b4 [GraphBolt][CUDA] Handle edge case for fetch feature overlap (#6979) Muhammed Fatih BALIN 2024-01-18 20:08:58 -05:00
  • f7e065f767 [GraphBolt] update the docstring (#6975) Mingbang Wang 2024-01-18 22:39:10 +08:00
  • ed9ef14ad2 [Misc] Turn off fused in DGL rgcn example (#6977) Ramon Zhou 2024-01-18 18:59:58 +08:00
  • cf8fea73a2 [GraphBolt][CUDA] Hot fix after inplace pinning PR (#6974) Muhammed Fatih BALIN 2024-01-18 05:33:45 -05:00
  • aad12df6a6 [GraphBolt][CUDA] gb.expand_indptr (#6871) Muhammed Fatih BALIN 2024-01-18 04:11:01 -05:00
  • 78fa316aee [GraphBolt][CUDA] Modify multiGPU example to use GPU sampling. (#6961) Muhammed Fatih BALIN 2024-01-18 03:19:07 -05:00
  • f6db850d75 [GraphBolt][CUDA] Add native GPUCachedFeature instead of using DGL (#6939) Muhammed Fatih BALIN 2024-01-18 02:59:35 -05:00
  • 528b041c51 [GraphBolt][CUDA] Overlap feature fetcher (#6954) Muhammed Fatih BALIN 2024-01-18 02:58:54 -05:00
  • 173257b37a [GraphBolt] Add seeds to MiniBatch. (#6968) yxy235 2024-01-18 15:58:44 +08:00
  • c864c91065 [GraphBolt][CUDA] Inplace pin memory for Graph and TorchFeatureStore (#6962) Muhammed Fatih BALIN 2024-01-18 01:51:18 -05:00
  • 053c822175 [GraphBolt][CUDA] Enable GPU sampling in examples (#6861) Muhammed Fatih BALIN 2024-01-16 11:16:13 -05:00
  • c81ff6ad2d [GraphBolt] Fix fanouts setting in rgcn example (#6959) Ramon Zhou 2024-01-16 18:20:37 +08:00
  • bd74c44c39 [GraphBolt][CUDA] Add .to() method to Graph and FeatureStore. (#6957) Muhammed Fatih BALIN 2024-01-16 03:27:48 -05:00
  • 6f9db81345 [Misc] Correct test_OnDiskDataset_preprocess_homogeneous (#6922) Mingbang Wang 2024-01-16 15:43:57 +08:00
  • de1eedc6e8 [GraphBolt] Add check about whether edge IDs are saved when edge feature is stored. (#6948) yxy235 2024-01-16 15:05:58 +08:00
  • 905321f855 [GraphBolt] Modify __repr__ (#6953) Mingbang Wang 2024-01-16 14:38:58 +08:00
  • 80f36134c1 [GraphBolt] Update the docstring of ItemSet (#6943) Mingbang Wang 2024-01-16 11:14:04 +08:00
  • 40816f6e40 [GraphBolt] Automatically force preprocess on-disk dataset. (#6937) yxy235 2024-01-16 10:04:19 +08:00
  • 34b54a8544 [Grapbolt]Negative node pairs should be 2D (#6951) 2.0.x peizhou001 2024-01-15 17:50:47 +08:00
  • 9a8aa8fa0f [Grapbolt]Negative node pairs should be 2D (#6951) peizhou001 2024-01-15 17:50:47 +08:00
  • 90e57e741f [GraphBolt] Update __repr__ of ItemSet and ItemSetDict (#6944) Mingbang Wang 2024-01-15 15:17:27 +08:00
  • b003732d31 [GraphBolt] Update __repr__ of TorchBasedFeature and TorchBasedFeatureStore (#6945) Mingbang Wang 2024-01-15 15:16:58 +08:00
  • 982f20284b [Doc Fix] fix the format of gt doc (#6949) rudongyu 2024-01-15 13:50:02 +08:00
  • dfff53bc24 [GraphBolt] add test for PR#6873 (#6923) Mingbang Wang 2024-01-15 12:11:40 +08:00
  • 0f3bfd7ecb [GraphBolt][CUDA] Refactor IndexSelectCSC and add output_size argument (#6927) Muhammed Fatih BALIN 2024-01-12 06:10:26 -05:00
  • 3795a006b9 [GraphBolt][CUDA] Refactor codebase with CUB_CALL macro (#6870) Muhammed Fatih BALIN 2024-01-12 05:00:24 -05:00
  • f86212edb5 [GraphBolt][CUDA] Enable tests for weighted sampling (#6919) Muhammed Fatih BALIN 2024-01-12 03:51:53 -05:00
  • 47a1d6a85d [release] upgrade version to 2.1 on master (#6940) Rhett Ying 2024-01-12 08:58:00 +08:00