mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
performance: fix bcs count on xe3
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c2377e76c1
commit
4debbdea36
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user