-
Notifications
You must be signed in to change notification settings - Fork 75
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
Separate usage of Acc inside and outside of kernels #966
Comments
I suggest a generic name e.g. |
Do we need |
In the end it is about the variable name within the kernel because the type is already a template parameter. At the moment we have |
I would like to note that for any non-computer scientist, the term "context" is not self-explanatory. So please document it well and prominently, if you pick it. |
@ax3l good point, but do you think |
Maybe |
Since we use already the name The definition we found on a discussion with @j-stephan, @sbastrakov , @bussmann was:
|
CtxGpuCuda& ctx
so that it is easier for users to understand what it isThe text was updated successfully, but these errors were encountered: