Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4cabfa2
rename primitive files
seunghwak May 14, 2026
4ae070d
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_p…
seunghwak May 14, 2026
0ac1f27
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_p…
seunghwak May 14, 2026
5f7386b
update incoming versions of the primitives
seunghwak May 14, 2026
ac57dda
rename prims test files
seunghwak May 14, 2026
890fcea
update a utility functor to deduce edge op return type and update MG …
seunghwak May 15, 2026
75bd839
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_p…
seunghwak May 15, 2026
5c7412f
clang-format
seunghwak May 15, 2026
8a637f9
clang-format
seunghwak May 15, 2026
1b14a38
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_p…
seunghwak May 15, 2026
bf10f6c
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_p…
seunghwak May 16, 2026
31598ad
add per_v_pair_src_nbr_intersection
seunghwak May 17, 2026
9e0b538
add nbr_intersection primitives for GraphViewType::is_storage_transpo…
seunghwak May 17, 2026
90be075
update prims tests
seunghwak May 18, 2026
7ff28f8
clang-format
seunghwak May 18, 2026
409a45b
Merge branch 'main' into fea_prim_incoming
seunghwak May 20, 2026
9d32b0b
Merge branch 'main' into fea_prim_incoming
seunghwak May 20, 2026
9c8f7b6
Add by-edge neighbor intersection primitive (public functions, docstr…
jnke2016 May 30, 2026
5632de6
Make transform_reduce_triplet_of_src/dst_nbr_intersection_of_e_endpoi…
jnke2016 May 30, 2026
d016287
Add non-materializing neighbor intersection to detail/nbr_intersectio…
jnke2016 May 31, 2026
a0bf8e9
Implement single-GPU transform_reduce_triplet_of_*_nbr_intersection_o…
jnke2016 May 31, 2026
a9200be
Generalize nbr_intersection kernels to resolve remote endpoints via i…
jnke2016 May 31, 2026
a441576
Gather second-endpoint neighbor lists for multi-GPU nbr_intersection …
jnke2016 May 31, 2026
da167d2
Complete multi-GPU output path for transform_reduce_triplet_of_*_nbr_…
jnke2016 Jun 1, 2026
d29e133
Merge remote-tracking branch 'upstream/main' into fea_triplet_nbr_int…
jnke2016 Jun 1, 2026
7a18010
Count multi-edge intersections consistently across degree-binned ker…
jnke2016 Jun 4, 2026
fbc8bd9
Accumulate per-edge output across local edge partitions in multi-GPU
jnke2016 Jun 4, 2026
81c380e
update docs, add pre-shuffle, cleanup debug instrumentation
jnke2016 Jun 6, 2026
d45ed94
add guarded intersect_minor_nbr to streaming nbr_intersection, plus d…
jnke2016 Jun 9, 2026
bdba99d
update nbr_intersection calls for the new arg and document the edge-p…
jnke2016 Jun 9, 2026
5995157
add note for thrust binary-search alternative
jnke2016 Jun 9, 2026
b363e94
Add edge-list overload to the triplet nbr-intersection primitive
jnke2016 Jun 16, 2026
74084f0
update branch
jnke2016 Jul 29, 2026
80909c8
Size the remote buffer from the fetched neighbor lists, not a interse…
jnke2016 Jul 30, 2026
fca7321
Explain multigraph pairing in binary-search intersection, drop dead k…
jnke2016 Jul 30, 2026
ae44f9d
Add memory-aware chunking and dense remote accumulation to the by_e t…
jnke2016 Jul 30, 2026
3fbfd94
Add a hook for reporting free memory inside an RMM pool
jnke2016 Jul 30, 2026
037c343
Merge remote-tracking branch 'upstream/main' into fea_triplet_nbr_int…
jnke2016 Jul 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading