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

Add generic reduction functions and separate reductions/warp_primitives #1470

Merged
merged 31 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
dbd348e
add reduction op type, ranked reduction and weighted reduction
akifcorduk Apr 27, 2023
e911e66
add binary reduction and pow2
akifcorduk Apr 27, 2023
4daafc1
clang format
akifcorduk Apr 27, 2023
fef36e3
add tests for binary reduction and separate warp primitives
akifcorduk Apr 27, 2023
d856c3b
remove next_pow2 function
akifcorduk Apr 27, 2023
b4fe470
add device span include
akifcorduk Apr 28, 2023
0a11a78
Merge branch 'branch-23.06' into improve_reduction
akifcorduk Apr 28, 2023
a2e5608
fix style include order
akifcorduk Apr 28, 2023
91dbcc2
add default template type
akifcorduk Apr 28, 2023
1702361
add correct function comments
akifcorduk May 2, 2023
1384077
Merge branch 'branch-23.06' into improve_reduction
akifcorduk May 2, 2023
f6758d3
Merge branch 'branch-23.06' into improve_reduction
akifcorduk May 2, 2023
4c10dda
Merge github.com:rapidsai/raft into improve_reduction
akifcorduk May 3, 2023
85d0db1
add include comments and paranthesis to if block
akifcorduk May 3, 2023
e30562b
Merge branch 'improve_reduction' of github.com:akifcorduk/raft into i…
akifcorduk May 3, 2023
6b89723
Merge branch 'branch-23.06' into improve_reduction
cjnolet May 4, 2023
94138a6
use DI macro, add max_warps_per_block var, remove stale comment
akifcorduk May 4, 2023
f1daedc
use better comments and naming for weightedSelect and add static_asserts
akifcorduk May 4, 2023
808e64f
Merge branch 'improve_reduction' of github.com:akifcorduk/raft into i…
akifcorduk May 4, 2023
986810f
adjust test names
akifcorduk May 4, 2023
56e1deb
fix compile error
akifcorduk May 4, 2023
3fec235
Add detailed comment on blockWeightedSelect
akifcorduk May 4, 2023
c154182
add todo comment and remove command in the comment
akifcorduk May 5, 2023
8f48546
Merge branch 'branch-23.06' into improve_reduction
cjnolet May 15, 2023
133b4dd
Merge branch 'branch-23.06' into improve_reduction
tfeher May 16, 2023
7d39c35
move block and warp level random sampling to random::device namespace
tfeher May 16, 2023
f72aae8
move random/device/sample_device.cuh to random/sample_devic.cuh
tfeher May 16, 2023
4d56e47
Revert "move random/device/sample_device.cuh to random/sample_devic.cuh"
tfeher May 17, 2023
b2c4ce0
Merge branch 'branch-23.06' into improve_reduction
tfeher May 17, 2023
b355af3
Merge branch 'branch-23.06' into improve_reduction
tfeher May 17, 2023
c879e48
Fix style
tfeher May 17, 2023
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