文件历史

944 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN 647d8ea815 [GraphBolt][PyG] Add igb datasets to the examples. (#7758) 2024-08-29 19:52:56 -04:00
Bowen Yao b4bd509226 [Dataset] Contribute IGB-Homo dataset to node_classification.py (#7717)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-29 19:15:29 -04:00
Muhammed Fatih BALIN d6cf415cbb [GraphBolt][CUDA] Eliminate synchronization from exclude edges. (#7757) 2024-08-29 19:11:34 -04:00
Rhett Ying 9782c021de [Dist] move DistNode/EdgeDataLoader to distributed (#7755) 2024-08-29 16:10:05 +08:00
Muhammed Fatih BALIN b61d14c934 [GraphBolt][PyG] Link prediction example. (#7752) 2024-08-27 19:29:55 -04:00
Muhammed Fatih BALIN 6bce0cdfc5 [GraphBolt][PyG] Use SampledSubgraph.to_pyg in examples. (#7747) 2024-08-26 19:36:53 -04:00
Muhammed Fatih BALIN ea940f72b5 [GraphBolt][CUDA] Destroy dist group at the end of script. (#7736) 2024-08-23 15:43:12 -04:00
Muhammed Fatih BALIN b3eacd22d7 [GraphBolt] Refine examples. (#7733) 2024-08-22 18:22:10 -04:00
Muhammed Fatih BALIN 1d378f8f83 [GraphBolt][PyG] Heterogenous example. (#7722) 2024-08-22 18:21:42 -04:00
Muhammed Fatih BALIN c45d299c1d [GraphBolt] CachedFeature can handle hetero features now. (#7731) 2024-08-21 13:27:26 -04:00
Muhammed Fatih BALIN 513a50f189 [GraphBolt][Doc] Improve documentation. (#7718) 2024-08-20 18:04:12 +08:00
Muhammed Fatih BALIN db574f5b0b [GraphBolt][CUDA] Enable asynchronous sampling for multigpu example. (#7706) 2024-08-15 14:48:15 -04:00
Muhammed Fatih BALIN 8a38fc9799 [GraphBolt][CUDA] Enable recent optimizations in the examples. (#7702) 2024-08-14 22:28:27 -04:00
Muhammed Fatih BALIN 4c1e14c6ef [GraphBolt][CUDA] Refactor overlap_graph_fetch, simplify gb.DataLoader. (#7681) 2024-08-11 22:20:23 -04:00
Muhammed Fatih BALIN 90c26be268 [GraphBolt][CUDA][Temporal] Tests and example enablement. (#7678) 2024-08-09 08:52:02 -04:00
Muhammed Fatih BALIN c490fd08ad [GraphBolt][CUDA] Enable overlap_graph_fetch in examples. (#7669) 2024-08-07 18:06:45 -04:00
Renjie LIU 01d10e5820 [GraphBolt] Fix in_memory setting in DGL example (#7666) 2024-08-07 09:19:12 -04:00
Muhammed Fatih BALIN 3bea3e0c15 [GraphBolt][CUDA] Warning there are multiple CopyTo. (#7635) 2024-08-06 09:18:46 -04:00
Renjie LIU 90e7edd466 [GraphBolt] Add DiskBasedFeature example for DGL model (#7624)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-06 08:54:45 -04:00
Muhammed Fatih BALIN 6b60d7a548 [GraphBolt][Example] Change variable name. (#7599) 2024-07-27 08:26:46 -04:00
Muhammed Fatih BALIN 1af3fe8b04 [GraphBolt][PyG] Optimize LABOR example further. (#7598) 2024-07-27 06:41:42 -04:00
Muhammed Fatih BALIN e7895c4818 [GraphBolt[PyG] Optimize advanced example further. (#7597) 2024-07-27 05:12:23 -04:00
Muhammed Fatih BALIN b80c8f5422 [GraphBolt][Example] Refine the labor example. (#7578) 2024-07-24 05:52:49 -04:00
Muhammed Fatih BALIN c227b5ad2a [GraphBolt][Example] Refine the advanced PyG example. (#7579) 2024-07-24 05:20:40 -04:00
Muhammed Fatih BALIN b737f18e07 [GraphBolt] Option to use DiskBasedFeature to OnDiskDataset.load() (#7541) 2024-07-24 05:11:34 -04:00
Hongzhi (Steve), Chen 321e61f83b Delete examples/pytorch/transformer directory (#7568) 2024-07-23 12:29:22 +08:00
Muhammed Fatih BALIN 53f2c00879 [GraphBolt][PyG] Support different numbers of layers. (#7569) 2024-07-22 18:33:39 -04:00
Muhammed Fatih BALIN 91c7a25755 [GraphBolt][Example] Minor bug fix. (#7566) 2024-07-22 15:32:10 -04:00
Muhammed Fatih BALIN d11cb874c3 [GraphBolt][Example] Slightly improve examples. (#7563) 2024-07-22 06:39:18 -04:00
Muhammed Fatih BALIN 9e546f3075 [GraphBolt] gb.TemporalLayerNeighborSampler (#7503) 2024-07-09 16:51:22 +08:00
Muhammed Fatih BALIN 0baa5213a1 [GraphBolt] Move examples folder to root directory. (#7501) 2024-07-05 10:26:07 +08:00
Muhammed Fatih BALIN e7a492b83b [GraphBolt][PyG][Examples] Better default settings. (#7502) 2024-07-04 15:25:40 +08:00
Muhammed Fatih BALIN 2e1097fdc8 [GraphBolt][CUDA] Demonstrate GPUGraphCache usage in example. (#7482) 2024-06-26 12:55:15 -04:00
Muhammed Fatih BALIN 40c50d6030 [GraphBolt] Labor example (#7437) 2024-06-25 12:25:59 +08:00
Rhett Ying ed50c170dd [DistGB] fix add edge attr request (#7460) 2024-06-14 13:29:56 +08:00
Rhett Ying 7f1d164392 [DistGB]enable prob/mask sampling on graphbolt partitions (#7458) 2024-06-13 17:25:22 +08:00
Rhett Ying 0fee9be329 [DistGB] exclude edges right after sampling (#7442) 2024-06-03 10:16:44 +08:00
Rhett Ying c00b451b05 [DistGB] add demo for LP with DIstGB (#7441) 2024-05-30 16:30:03 +08:00
Rhett Ying d2a2bf0f8d [DistDGL] enable exclude_edges for sample_etype_neighbors() (#7427) 2024-05-24 13:42:46 +08:00
Andrei Ivanov de17640295 [BUG][Example] Implementing the deprecated function is_string_like. (#7411) 2024-05-24 10:47:52 +08:00
Andrei Ivanov 7614f02ed8 [FutureWarn] Fix FutureWarning in TAHIN example. (#7418) 2024-05-24 10:42:31 +08:00
Rhett Ying a3496048cc [DistGB] add NC example that uses DistEdgeDataLoader for train (#7420) 2024-05-21 14:45:35 +08:00
Rhett Ying 191681d851 [DistDGL] fix device mismatch when calling all_to_all with gloo backend (#7409) 2024-05-17 08:08:24 +08:00
Rhett Ying 5b3496892c [misc] fix path in README (#7407) 2024-05-15 08:15:27 +08:00
Muhammed Fatih BALIN 6f2ccbff3c [GraphBolt][CUDA] Make dataloader pickleable. (#7391) 2024-05-10 12:58:41 -04:00
Muhammed Fatih BALIN 7a2e8737f9 [GraphBolt] Fix typo in PyG advanced example for CPU runs. (#7390) 2024-05-10 12:00:35 +08:00
Muhammed Fatih BALIN fb36b477d5 [GraphBolt][CUDA] GPUCachedFeature update fix. (#7384) 2024-05-09 17:06:48 +08:00
peizhou001 ce37a9349a [Temporal] Add link prediction example (#7347)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-04-28 12:35:20 +08:00
Xinyu Yao c997434cdb [GraphBolt][CUDA] Update copy_to. (#7332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-22 11:36:30 +08:00
Songqing Zhang bc3da3717e [Misc] Fix validation dataset's usage in RGCN link example (#7308) 2024-04-16 19:54:58 +08:00