performance: fix bcs count on xe3

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2025-09-09 14:18:24 +00:00
committed by Compute-Runtime-Automation
parent c2377e76c1
commit 4debbdea36

View File

@@ -26,7 +26,7 @@ struct Xe3Core {
static constexpr uint32_t stateComputeModeEuThreadSchedulingModeOverrideMask = (0b11u << 13);
static constexpr uint32_t stateComputeModeLargeGrfModeMask = (1u << 15);
// DW2
static constexpr uint32_t bcsEngineCount = 9u;
static constexpr uint32_t bcsEngineCount = 1u;
static constexpr uint32_t timestampPacketCount = 16u;
static constexpr bool isUsingL3Control = false;