Troubleshooting#
2026-08-24
1 min read time
Applies to Linux
Issue: rocprofv3 throws INVALID_SHADER_DATA.
Solution: Either AQLprofile or ROCprof Trace Decoder does not support the given device. Ensure ROCm version >= 7.0 and ROCprof Trace Decoder >= 0.2.0.
Issue: RCV doesn’t display anything except “Occupancy” and the stats_*.csv file is empty.
Solution: Thread trace receives detailed information from the target_cu. If the application doesn’t populate the target_cu, then nothing will be traced.
For possible solutions, see thread trace documentation.