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.
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
static_reduction_map #98
static_reduction_map #98
Changes from 71 commits
033d2bc
fe606cd
fd3b98f
a3678fb
5a65bf6
28e0995
8dc64ee
573bce2
d9236e5
89ed44e
e28db80
0eeac20
fa31c81
ab81b2b
46f9b73
8aebabb
9fb930e
24261b2
e635e31
d749445
ca9f7d6
9eebd17
212b8f6
cda527a
7c1af0f
3f1b59d
71a0122
2a38d70
f2d1a26
3c79701
8261d93
c6daa09
62a99ab
a526c16
c1fe449
fb9c0ec
e8e5461
1d97a6f
b4351fc
80ef0ee
54e2022
cc853c3
28069d0
26787ad
e2a81b3
9807d8f
0c1bd4d
58a2ead
f4979b1
01e75bd
1e86659
21be2e1
53bfe27
f4c703a
492b4cc
ec76e8a
961e88b
5931c9f
902b93a
d440243
4339b2b
6293117
cddd733
c43f7fb
8f965b1
bef9aa6
a99b56f
e87fc9d
607f79f
6d05ebb
5f24429
c2e4e62
e1361a3
d196de5
e904dca
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the
NVBENCH_MODULE
definition?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea was to reuse the
key_generator.hpp
for bothgbench
andnvbench
setups. See:here: https://github.com/sleeepyjack/cuCollections/blob/5f244292990dbde9d5311d28ede72e74803250ac/benchmarks/key_generator.hpp#L25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there another way of detecting if nvbench is included? I initially thought I could use the include guard definition but nvbench uses
#pragma once
iirc.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. This is fine then. I'd suggest renaming to
CUCO_USING_NVBENCH
.Large diffs are not rendered by default.