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
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
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: