Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update limit for max counter records in rocprof-tool (#1073)
A fixed sized std::array is used to store counter records in rocprofiler SDK. This limit was breached in SWDEV-484742. Upping the limit to 512 to be less likely to reach this limit again.
- Loading branch information