-
Notifications
You must be signed in to change notification settings - Fork 539
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
Update C++ language extensions #3488
Conversation
I have a few comments. Please update PR accordingly. |
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.
"hipLaunchParm lp, " should be removed here,
// Example hipLaunchKernelGGL pseudocode:
global MyKernel(hipLaunchParm lp, float *A, float *B, float *C, size_t N)
{
...
}
@matyas-streamhpc rebased your branch and targeted docs/develop |
964ac00
to
d518b3a
Compare
ca46922
to
7f34ed0
Compare
Rebased again. |
No description provided.