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

Increasing ROCr buffer to 4MBs.
Этот коммит содержится в:
Indic, Vladimir
2025-07-18 19:06:17 +02:00
коммит произвёл GitHub
родитель 4d6a61f5e5
Коммит de4708963e
+1 -1
Просмотреть файл
@@ -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