文件历史

35 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN 55d66fe6c4 [GraphBolt][PyG] Refine examples. (#7806) 2024-09-24 13:22:21 -04:00
Muhammed Fatih BALIN d3453c3f14 [GraphBolt][CUDA] Add Cooperative Minibatching example. (#7801) 2024-09-18 22:04:12 -04:00
Muhammed Fatih BALIN bbe00c04ba [GraphBolt][Dataset] Merging part of #7708, igb-het small datasets by Bowen Yao's (#7788)
Co-authored-by: Bowen Yao <112051015+BowenYao18@users.noreply.github.com>
Co-authored-by: BowenYao18 <by18@rice.edu>
2024-09-07 15:43:19 -04:00
Bowen Yao f9097ee438 [Graphbolt][Dataset] Add igb-hom dataset (#7781)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-06 01:04:53 -04:00
Bowen Yao b60ad557f5 [Graphbolt][Dataset] Add igb-hom-large to scripts (#7770)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-04 00:55:58 -04:00
Bowen Yao a71946539f [Graphbolt] Add igb-hom-[tiny|small|medium] to disk_based_feature (#7759)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-30 12:56:52 -04:00
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
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 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 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
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
Hongzhi (Steve), Chen 8da2f83220 [Misc] Move graphbolt rgcn example to sampling/graphbolt. (#6361)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-21 09:01:33 +08:00
Rhett Ying 9dc361c6b9 [GraphBolt] add example of heterograph node classification (#6339) 2023-09-20 15:08:05 +08:00