SWDEV-402866: Added browser file mode. Fixed caching. Changed ATT buffer size. Added MAX_ATT environment variable. Updated README/Changelog.

Change-Id: I36a6093bb85bf4ef179b59df676fc2e4cbdb5288
Šī revīzija ir iekļauta:
Giovanni LB
2023-06-01 21:45:16 -03:00
revīziju iesūtīja Giovanni Baraldi
vecāks 44e787957b
revīzija 59ee21f7d1
9 mainīti faili ar 106 papildinājumiem un 26 dzēšanām
+4
Parādīt failu
@@ -381,3 +381,7 @@ samples can be run as independent executables once installed
Please report in the Github Issues
## Limitations
- 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.