[Stochastic PC Sampling][GFX9] Increasing ROCr buffer to 4MBs. (#487)

Increasing ROCr buffer to 4MBs.

[ROCm/rocprofiler-sdk commit: de4708963e]
Este commit está contenido en:
Indic, Vladimir
2025-07-18 19:06:17 +02:00
cometido por GitHub
padre 990946e956
commit f6ed502afd
@@ -58,7 +58,7 @@ constexpr size_t
get_hsa_pcs_buffer_size()
{
// TODO: Find the minimum size of all buffers and use that.
return 1024 * sizeof(perf_sample_hosttrap_v1_t);
return 64 * 1024 * sizeof(perf_sample_hosttrap_v1_t); // 4MB
}
} // namespace utils
} // namespace pc_sampling