Skip to content

Commit

Permalink
SWDEV-388711: Updated readme for navi21 PMC issue.
Browse files Browse the repository at this point in the history
Change-Id: I1c0b4d0d94565309490163e73a4866264bd5e67f
  • Loading branch information
ApoKalipse-V authored and ammarwa committed Jun 20, 2023
1 parent 2925a8d commit a41faed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,8 @@ samples can be run as independent executables once installed
Please report in the Github Issues
## Limitations
- In 5.6, Navi2x requires a GRBM counter as the first counter for input PMC lines. Results are undefined otherwise.
- Navi requires a stable power state for counter collection. Currently this state needs to be set by the user.
To do so, set "power_dpm_force_performance_level" to be writeable for non-root users with chmod, then:
echo profile_standard >> /sys/class/drm/card0/device/power_dpm_force_performance_level
Recommended: "auto" or "high" for ATT and "profile_standard" for PMC. Use rocm-smi to verify the current power state.

0 comments on commit a41faed

Please sign in to comment.