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

SWDEV-294351 Fixed zero bandwith for hsa-api and hip-api traces #59

Open
wants to merge 1 commit into
base: rocm-4.3.x
Choose a base branch
from

Commits on Oct 14, 2021

  1. SWDEV-294351 Fixed zero bandwith for hsa-api and hip-api traces

      Hsa ops traces correlation id is number of hsa async-copy called.
    
      Hsa api does not log any correlation id, but can be calculated
      implicitly as number of current hsa_amd_memory_async_copy called.
    
      Hip ops correlation id index in rec_vals was 7 instead of 8.
    
      Hip api and hip ops correlation id were consistent.
    
      String manipulation in copy_line calculation in register_copy
      and register_activity is increasing copy_line length. Replaced
      string manipulation with class instance and fields modification.
    
      Alexey.Akimov@amd.com
    kikimych committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8d2c8b8 View commit details
    Browse the repository at this point in the history