-
Notifications
You must be signed in to change notification settings - Fork 100
Erase Functionality for dynamic_map #149
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
Merged
+894
−98
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
976a746
dynamic map erase, still needs work
niskos99 eead8b8
minor clarity changes
niskos99 20ac7a3
erase bug fix
niskos99 ede50d6
dynamic map erase working, only 4 submaps for now
niskos99 1d8fbd0
type wrappers added
niskos99 63dd4eb
prevent implicit type conversion of sentinels during construction
niskos99 52d83f6
erase benchmark added
niskos99 0878216
num_successes managed pointer updated
niskos99 7eac9d1
more efficient block reduce
niskos99 4d10631
doc changes
niskos99 b59a16b
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] b00fcba
shared mem atomics to keep track of per-submap erases
niskos99 c146f9d
doc improvements
niskos99 faf8224
warning fixes
niskos99 e4b548e
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] 93b7983
removed nvtx file
niskos99 cd21190
num_successes_ removed
niskos99 4c1952d
doxygen warning fixes
niskos99 80f4d14
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] 6616889
code cleanup
niskos99 2df247c
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] af7706d
switched typedef to using
niskos99 54ae254
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] 593fe12
responding to PR comments
niskos99 7598e47
[pre-commit.ci] auto code formatting
pre-commit-ci[bot] ecd3945
Merge remote-tracking branch 'upstream/dev' into erase
PointKernel 1e6ad99
Add more data types for erase tests
PointKernel 9e324fc
Use public murmurhash
PointKernel bb0e4e9
Update static map benchmark: fix runtime stall bug, remove redundant …
PointKernel 10fd08a
Update dynamic map benchmark: fix conversion warning, add search_none…
PointKernel 788ad29
Cleanups: get rid of host-side counter vector, remove get_ prefixes a…
PointKernel c71dd60
Get rid of num_successes getter
PointKernel ab4ef0c
Fix comments
PointKernel d72e403
Update tests
PointKernel 9478650
Update include/cuco/detail/dynamic_map_kernels.cuh
PointKernel 82e0f2e
Cleanups: relaxed memory atomic, static_assert instead of runtime exp…
PointKernel 412b7f9
Merge branch 'dynamic_map_erase' of github.com:Nicolas-Iskos/cuCollec…
PointKernel f5ec677
Reorder header groups + remove unused counter allocator
PointKernel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.