Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biased sampling #4443

Merged
merged 74 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
1c93549
add __host__ to host callable functions
seunghwak Apr 25, 2024
14f194a
refactor sampling primitive
seunghwak Apr 25, 2024
736f06a
Merge branch 'branch-24.06' of https://github.com/rapidsai/cugraph in…
seunghwak Apr 25, 2024
83abe0e
add the thrust_tuple_get_or_identity utility function
seunghwak May 1, 2024
554251c
update_buffer_element to avoid name collision
seunghwak May 1, 2024
3fafc3f
add missing include
seunghwak May 1, 2024
7365153
draft implementation
seunghwak May 13, 2024
81f2082
fix compile errors
seunghwak May 14, 2024
4334649
bug fix
seunghwak May 17, 2024
7d68256
Merge branch 'branch-24.06' of https://github.com/rapidsai/cugraph in…
seunghwak May 17, 2024
1f04179
clang-format, copyright year
seunghwak May 17, 2024
1f64cb4
update comments
seunghwak May 20, 2024
da3f624
update documentation
seunghwak May 20, 2024
17c45af
address FIXMEs and add support for 0 bias values
seunghwak May 21, 2024
7785cb1
bug fix
seunghwak May 21, 2024
68d6bae
Merge branch 'branch-24.06' of https://github.com/rapidsai/cugraph in…
seunghwak May 22, 2024
4f2bee9
add biased neighbor sampling function declaration
seunghwak May 22, 2024
46302af
delete unnecessary empty line
seunghwak May 22, 2024
fccd52a
file rename
seunghwak May 22, 2024
5add0d5
update documentation
seunghwak May 22, 2024
a5d7894
move uniform_neighbor_sample to sampling_functions.hpp
seunghwak May 22, 2024
6eea982
update per_v_random_select_transfrom_outgoing_e to take two separate …
seunghwak May 23, 2024
2a97587
move check_edge_bias_values to separate files
seunghwak May 23, 2024
75474ce
file name change for consistency
seunghwak May 24, 2024
e50ba04
fix undefined symbol error
seunghwak May 24, 2024
846a583
resolve merge conflicts
seunghwak May 24, 2024
223b686
add C++ SG biased sampling test
seunghwak May 24, 2024
64fbd0b
add MG biased sampling test
seunghwak May 24, 2024
fcdb1b4
check style
seunghwak May 24, 2024
f8a5321
update thrust_wrapper to include more wrapper functions
seunghwak May 28, 2024
ce44b91
change nbr_sampling_utils file extension
seunghwak May 28, 2024
50f7b21
update CMakeLists.txt
seunghwak May 28, 2024
64d0476
Merge branch 'branch-24.06' of https://github.com/rapidsai/cugraph in…
seunghwak May 28, 2024
ceb2a29
fix to include nbr_sampling_validats.hpp
seunghwak May 28, 2024
f7afdb2
.cu test files to .cpp
seunghwak May 28, 2024
b0d9e20
.cu test files to .cpp
seunghwak May 28, 2024
3c1d16c
add edge_masking tests
seunghwak May 29, 2024
5860fec
update induced_subgraph to support edge masking
seunghwak May 29, 2024
0a5876a
fix inconsistencies in tests
seunghwak May 30, 2024
65b6a99
compute biases & bias inclusive sums wonly for unique keys to save me…
seunghwak Jun 1, 2024
93372b5
Merge branch 'branch-24.06' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 1, 2024
9b689fe
fix compiler warning
seunghwak Jun 1, 2024
a8a6482
reduce peak memory footprint
seunghwak Jun 3, 2024
29db2da
resolve merge conflicts
seunghwak Jun 3, 2024
678b206
resolve merge conflicts
seunghwak Jun 4, 2024
4e3c8ee
add a FIXME statement based on PR review comments
seunghwak Jun 5, 2024
bc791ca
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 5, 2024
7352f28
optimize (time & memory) sort_sample_tuples
seunghwak Jun 7, 2024
866c0e5
reduce memory footprint
seunghwak Jun 7, 2024
d98a13e
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 7, 2024
c6f510f
fix a typo
seunghwak Jun 7, 2024
108000e
fix compile error
seunghwak Jun 7, 2024
05e7e25
reduce # seeds in testing to compensate the increase in fanout values…
seunghwak Jun 7, 2024
fc65fbb
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 7, 2024
a3f10d8
add invalid_(vertex|edge|component)_id_v
seunghwak Jun 10, 2024
835429d
replace cugraph::ops::graph::INVALID_ID<edge_t> with cugraph::invalid…
seunghwak Jun 10, 2024
7e210db
fix build error
seunghwak Jun 10, 2024
d159215
clang-format
seunghwak Jun 10, 2024
d12054a
Merge branch 'branch-24.08' into fea_biased_sampling
naimnv Jun 19, 2024
5b659e2
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 24, 2024
5d87a0d
Merge branch 'upstream_pr4443' into fea_biased_sampling
seunghwak Jun 24, 2024
fc3d1a7
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 24, 2024
cbd4d7f
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jun 28, 2024
8f67dbc
resolve merge conflicts
seunghwak Jun 28, 2024
ca3aca3
split check_edge_bis_values_sg|mg.cu
seunghwak Jun 28, 2024
ac38cc1
further resolve merge conflicts
seunghwak Jun 29, 2024
47561ce
bug fix
seunghwak Jul 1, 2024
115a3ad
resolve merge conflicts
seunghwak Jul 1, 2024
c2e9b5f
fix build error
seunghwak Jul 1, 2024
8581190
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jul 1, 2024
5a34d54
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jul 1, 2024
3d5000c
reduce C++ test sizes
seunghwak Jul 1, 2024
34457c3
fix build error
seunghwak Jul 1, 2024
953689e
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
seunghwak Jul 1, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'branch-24.08' of https://github.com/rapidsai/cugraph in…
…to fea_biased_sampling
seunghwak committed Jun 24, 2024

Verified

This commit was signed with the committer’s verified signature.
seunghwak Seunghwa Kang
commit 5b659e2db848ad6663f985f8c28b55b5a665b244

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.