-
Notifications
You must be signed in to change notification settings - Fork 39
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 resource to RAJA variants #490
Conversation
RAJA::kernel_resource<EXEC_POL>( | ||
RAJA::make_tuple(RAJA::RangeSegment(0, num_d), | ||
RAJA::RangeSegment(0, num_z), | ||
RAJA::RangeSegment(0, num_g), | ||
RAJA::RangeSegment(0, num_m)), | ||
res, |
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 indentation here is not consistent with the others. I kind of like it, but it is the odd one out.
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.
I did it that way to avoid line wrapping in an 80 column window.
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.
We should probably ultimately indent them all this way for consistency.
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.
Summary