[Stochastic PC Sampling][GFX9] Increasing ROCr buffer to 4MBs. (#487)
Increasing ROCr buffer to 4MBs.
This commit is contained in:
gecommit door
GitHub
bovenliggende
4d6a61f5e5
commit
de4708963e
@@ -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
|
||||
|
||||
Verwijs in nieuw issue
Block a user