[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:
@@ -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
|
||||
|
||||
Referencia en una nueva incidencia
Block a user