ROCm / roctracer

ROCm Tracer Callback/Activity Library for Performance tracing AMD GPUs
https://rocm.docs.amd.com/projects/roctracer/en/latest/
Other
64 stars 30 forks source link

Roctracer returns CopyHostToDevice for hipMemcpyDtoD API call. #53

Open reza-amd opened 3 years ago

reza-amd commented 3 years ago

Please look at the attached image. At HIP API activity record, we have executed hipMemcpyDtoD but in ACTIVITY_DOMAIN_HIP_OPS it shows a CopyHostToDevice (kind = 4596). Capture Please ignore the invalid device id and stream id in the second line.

reza-amd commented 3 years ago

Here is the codes to reproduce this issue. Please run "make run" after extracting the zip file.

roctracer_issue.zip