Skip to content
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

[HIPIFY][perl] Transformation of nested function call as the CUDA launch arg #299

Open
emankov opened this issue Mar 13, 2021 · 1 comment
Assignees
Labels
enhancement Enhancement perl perl-related

Comments

@emankov
Copy link
Collaborator

emankov commented Mar 13, 2021

Example:

axpy<<<x, y, std::min(x,int(N))>>>();
@emankov emankov added enhancement Enhancement perl perl-related labels Mar 13, 2021
@emankov emankov self-assigned this Mar 13, 2021
emankov added a commit to emankov/HIPIFY that referenced this issue Mar 19, 2021
… Kernel Launch stmnt

+ Update hipify-perl and kernel_launch_syntax.cu test
+ ToDo: Implement same level nesting support (`,` is the separator), for instance:
  axpy<<<x, std::min(x,int(N)), std::min(x,int(N))>>>();
emankov added a commit that referenced this issue Mar 19, 2021
[HIPIFY][perl][#299] Step 1: Implement N-level nesting support in Kernel Launch stmnt
@emankov
Copy link
Collaborator Author

emankov commented Mar 19, 2021

ToDo: Implement same level nesting support ("," is the separator), for instance:

  axpy<<<x, std::min(x,int(N)), std::min(x,int(N))>>>();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement perl perl-related
Projects
None yet
Development

No branches or pull requests

1 participant