GFX12 PC Sampling support (#186)
The GFX12 host-trap PC sampling support in SDK and V3. Introducing parser tests specific to GFX12. Co-authored-by: vlaindic_amdeng <vladimir.indic@amd.com>
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
997b36f5bc
commit
63a723a287
@@ -45,7 +45,7 @@ namespace pcs
|
||||
namespace
|
||||
{
|
||||
constexpr int MAX_FAILURES = 10;
|
||||
constexpr size_t BUFFER_SIZE_BYTES = 8192;
|
||||
constexpr size_t BUFFER_SIZE_BYTES = 65536; // 64 KiB
|
||||
constexpr size_t WATERMARK = (BUFFER_SIZE_BYTES / 4);
|
||||
|
||||
struct tool_agent_info;
|
||||
|
||||
Reference in New Issue
Block a user