mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
performance(ocl): timestamp packet count per gfx
Add support for different timestamp packet counts per gfx family. Change all packet counts to 1 except for xe-hpc. Related-To: NEO-8154 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ebc024f0f1
commit
eebf2bbd26
@@ -27,6 +27,7 @@ struct XeHpgCore {
|
||||
static constexpr uint32_t stateComputeModePixelAsyncComputeThreadLimitMask = (0b111u << 7);
|
||||
static constexpr uint32_t stateComputeModeLargeGrfModeMask = (1u << 15);
|
||||
static constexpr uint32_t bcsEngineCount = 1u;
|
||||
static constexpr uint32_t timestampPacketCount = 1u;
|
||||
|
||||
static constexpr bool isUsingL3Control = true;
|
||||
static constexpr bool isUsingMediaSamplerDopClockGate = false;
|
||||
|
||||
Reference in New Issue
Block a user