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

rocprim scan calls through RAJA's API end up on a different stream than other kernel calls. #1757

Open
robinson96 opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
API/usability hip support reviewed Mark with this label when issue has been discussed by team

Comments

@robinson96
Copy link
Contributor

Describe the bug

rocprof shows rocprim calls being on a different stream than other kernels. This would be fine, but there can be the possibility of interacting poorly with HSA resources and such.

To Reproduce

Profile any code that uses raja HIP kernels and exclusive_scan operators.

Expected behavior

Expect to be on the same stream when profiled.

Compilers & Libraries (please complete the following information):

  • ROCM version 6.2.1
@rhornung67 rhornung67 added the reviewed Mark with this label when issue has been discussed by team label Oct 29, 2024
@rhornung67 rhornung67 added this to the FY25 Development milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API/usability hip support reviewed Mark with this label when issue has been discussed by team
Projects
None yet
Development

No branches or pull requests

3 participants