Skip to content

Release 0.1.6

Choose a tag to compare

@ammarwa ammarwa released this 04 Dec 17:45
· 4 commits to amd-mainline since this release

Changelog for release 0.1.6

Resolved issues

  • Fixed an issue where rocprof-trace-decode could read memory out of bounds with a specific trace pattern.
  • Fixed the shaderdata record not properly reporting the Shader Array:
  • Fixed classification of scalar prefetch (was reported as SALU)

Changes

  • s_barrier behaved differently on RDNA2/3:
    • The time spent waiting on s_barrier was mostly reported as idle time.
    • It is now changed to stalled/wait time starting from the last executed instruction.
    • This is an approximation, but will be closer to what RDNA4 and MI series reports.