mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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
@@ -28,6 +28,7 @@ struct Gen9 {
|
||||
static constexpr bool isUsingMiSetPredicate = false;
|
||||
static constexpr bool isUsingMiMathMocs = false;
|
||||
static constexpr uint32_t bcsEngineCount = 1u;
|
||||
static constexpr uint32_t timestampPacketCount = 1u;
|
||||
|
||||
struct FrontEndStateSupport {
|
||||
static constexpr bool scratchSize = true;
|
||||
|
||||
Reference in New Issue
Block a user