提交

4417 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN 5b4635a3e6 [GraphBolt] Async feature fetch refactor (#7540) 2024-07-22 06:59:08 -04:00
Muhammed Fatih BALIN 2074cbf556 [GraphBolt] Refactor FeatureFetcher to use read_async. (#7559) 2024-07-22 06:39:27 -04:00
Muhammed Fatih BALIN d11cb874c3 [GraphBolt][Example] Slightly improve examples. (#7563) 2024-07-22 06:39:18 -04:00
Muhammed Fatih BALIN afcf65c0a2 [GraphBolt][CUDA] Ensure GPUCache has can store at least 1 item. (#7544) 2024-07-22 04:02:08 -04:00
Muhammed Fatih BALIN 8ef4a442b7 [GraphBolt][io_uring] Make OnDiskNpyArray threadsafe. (#7562) 2024-07-22 04:01:28 -04:00
Muhammed Fatih BALIN 4dacc79378 [GraphBolt] Make PartitionedCachePolicy thread safe. (#7561) 2024-07-22 04:01:10 -04:00
Muhammed Fatih BALIN c218b197f1 [GraphBolt] Avoid initializing CUDAContext in DataLoader workers. (#7560) 2024-07-22 02:05:28 -04:00
Muhammed Fatih BALIN d775ab1dd1 [GraphBolt] Refactor and extend FeatureStore. (#7558) 2024-07-22 01:20:05 -04:00
Muhammed Fatih BALIN 69fd95e370 [GraphBolt] Fix new delete mismatch for CachePolicy. (#7556) 2024-07-21 00:38:46 -04:00
Muhammed Fatih BALIN a4418a2ab7 [GraphBolt][CUDA] GPUCachedFeature.read_async tests 2. [10] (#7555) 2024-07-20 17:06:15 -04:00
Muhammed Fatih BALIN 8fb50d7b8d [GraphBolt] CPUCachedFeature.read_async tests [9] (#7554) 2024-07-20 17:05:37 -04:00
Muhammed Fatih BALIN 4093f7934a [GraphBolt] CPUCachedFeature.read_async branch 2 [7] (#7552) 2024-07-20 16:31:43 -04:00
Muhammed Fatih BALIN 606693ba55 [GraphBolt] CPUCachedFeature.read_async branch 1 [6] (#7551) 2024-07-20 16:29:27 -04:00
Muhammed Fatih BALIN 78a86115f1 [GraphBolt] CPUCachedFeature.read_async branch 3 [8] (#7553) 2024-07-20 15:34:26 -04:00
Muhammed Fatih BALIN 68b49625ae [GraphBolt] CPUCachedFeature.read_async body. [4] (#7549) 2024-07-20 14:49:45 -04:00
Muhammed Fatih BALIN b902171813 [GraphBolt][CUDA] GPUCachedFeature read_async tests 1. [5] (#7550) 2024-07-20 14:38:46 -04:00
Muhammed Fatih BALIN ddef6ab7c5 [GraphBolt][CUDA] GPUCachedFeature.read_async. [3] (#7548) 2024-07-20 13:56:37 -04:00
Muhammed Fatih BALIN 42901740cf [GraphBolt] TorchBasedFeature.read_async. [2] (#7547) 2024-07-20 13:55:02 -04:00
Muhammed Fatih BALIN 8d770b6100 [GraphBolt] Add read_async to gb.Feature. [1] (#7546) 2024-07-20 13:06:07 -04:00
Muhammed Fatih BALIN b66e62ef07 [GraphBolt] scatter_async. (#7545) 2024-07-20 11:46:01 -04:00
Muhammed Fatih BALIN e02685caea [GraphBolt][io_uring] Refactor and potential fix for spurious failures. (#7542) 2024-07-19 18:18:29 -04:00
Muhammed Fatih BALIN 117df61fc0 [GraphBolt] CPUCachedFeature tests. [3] (#7538) 2024-07-19 09:32:50 -04:00
Muhammed Fatih BALIN 4d43d92a41 [GraphBolt] Add CPUCachedFeature. [2] (#7537) 2024-07-19 07:30:10 -04:00
Muhammed Fatih BALIN 41bb3b6491 [GraphBolt] Rename to CPUFeatureCache and bug fixes. [1] (#7539) 2024-07-18 23:50:21 -04:00
Muhammed Fatih BALIN 1ac2da051e [GraphBolt] Better variable naming. (#7536) 2024-07-17 06:07:40 -04:00
Muhammed Fatih BALIN 4a77aeadbe [GraphBolt] Add index_select_async. (#7535) 2024-07-17 05:46:53 -04:00
Muhammed Fatih BALIN 472bef87b2 [GraphBolt][CUDA] Add stream for host to device copies. (#7534) 2024-07-17 05:34:57 -04:00
Muhammed Fatih BALIN d37d516be0 [GraphBolt] Check return values of liburing calls and refactor. (#7518) 2024-07-17 04:50:35 -04:00
Muhammed Fatih BALIN b0706d783d [GraphBolt] Add additional capabilities to gb.index_select. (#7532) 2024-07-16 21:52:55 -04:00
Muhammed Fatih BALIN c3b774d6ab [GraphBolt] Refine FeatureCache and increase test coverage. (#7531) 2024-07-16 13:51:43 -04:00
Muhammed Fatih BALIN e38536d20a [GraphBolt] Make graphbolt::CircularQueue reusable. (#7529) 2024-07-16 05:13:47 -04:00
Muhammed Fatih BALIN 2a5c884a56 [GraphBolt] Improve DiskBasedFeature tests. (#7530) 2024-07-16 05:11:31 -04:00
Muhammed Fatih BALIN 6e1a2df001 [GraphBolt][CUDA] In-place pinning should be out-of-place on WSL. (#7519) 2024-07-16 05:11:22 -04:00
Muhammed Fatih BALIN 2bb7944932 [GraphBolt] Make cache functions async. (#7525)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-07-16 04:07:28 -04:00
Muhammed Fatih BALIN 8368f629e3 [GraphBolt] Add gb.numpy_save_aligned. (#7524) 2024-07-16 15:38:50 +08:00
Muhammed Fatih BALIN 0984ad9c39 [GraphBolt][CUDA] Add FeatureCache::IndexSelect. (#7526) 2024-07-16 03:30:14 -04:00
Muhammed Fatih BALIN 50a0ae8be8 [GraphBolt] Add graphbolt::async. (#7528)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-07-16 03:11:01 -04:00
Keyi Chen bf92096316 [Jenkinsfile] Add my GitHub ID to intern name list (#7527)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-15-95.us-west-2.compute.internal>
2024-07-16 14:56:05 +08:00
Muhammed Fatih BALIN 4d3318bcca [GraphBolt][CUDA] Force CUDA version if torch is. (#7514) 2024-07-16 01:24:44 -04:00
Muhammed Fatih BALIN 2ebd7eb609 [GraphBolt] Cache policy replace fix. (#7520) 2024-07-16 00:55:01 -04:00
Muhammed Fatih BALIN 4d497d1782 [GraphBolt] Fix issue on torch 2.3.1 (#7521) 2024-07-13 15:10:59 +08:00
Bowen Yao 44af4fcb46 [Jenkinsfile] Add my Github ID to intern name list (#7516)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-07-12 10:18:04 -04:00
Muhammed Fatih BALIN 945247e895 [GraphBolt][CUDA] Skip in-place pinning tests on WSL. (#7517) 2024-07-12 03:50:08 -04:00
Muhammed Fatih BALIN eb352e910b [GraphBolt][io_uring] Improve detection and simplify code. (#7515) 2024-07-11 08:43:57 -04:00
Muhammed Fatih BALIN 3a8ce85dc5 [GraphBolt] Runtime warning for CUDA availability mismatch. (#7513) 2024-07-10 03:59:45 -04:00
Muhammed Fatih BALIN 10e9f889fe [GraphBolt] index_select_csc_batched. (#7511) 2024-07-10 01:46:56 -04:00
Muhammed Fatih BALIN 5434fc35db [GraphBolt][Standalone] Reduce and mark dependencies on DGL. (#7499) 2024-07-09 05:58:20 -04:00
Muhammed Fatih BALIN 6afb29bcc5 [Misc] Fix spurious test failure. (#7510) 2024-07-09 05:49:28 -04:00
Muhammed Fatih BALIN 9e546f3075 [GraphBolt] gb.TemporalLayerNeighborSampler (#7503) 2024-07-09 16:51:22 +08:00
Muhammed Fatih BALIN 52651379a0 [GraphBolt][io_uring] Refactor and enable tests (#7506) 2024-07-09 04:06:09 -04:00