You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… 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))>>>();
Example:
axpy<<<x, y, std::min(x,int(N))>>>();
The text was updated successfully, but these errors were encountered: