mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
feature: Add missing pipelined EU thread arbitration on Xe3
Related-To: NEO-13682 Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f25193c44d
commit
ca72dff1ab
@@ -21,6 +21,7 @@ struct StateComputeModePropertiesSupport {
|
||||
bool devicePreemptionMode = false;
|
||||
bool allocationForScratchAndMidthreadPreemption = false;
|
||||
bool enableVariableRegisterSizeAllocation = false;
|
||||
bool pipelinedEuThreadArbitration = false;
|
||||
};
|
||||
|
||||
struct StateComputeModeProperties {
|
||||
@@ -42,6 +43,8 @@ struct StateComputeModeProperties {
|
||||
|
||||
void copyPropertiesAll(const StateComputeModeProperties &properties);
|
||||
void copyPropertiesGrfNumberThreadArbitration(const StateComputeModeProperties &properties);
|
||||
void setPipelinedEuThreadArbitration();
|
||||
bool isPipelinedEuThreadArbitrationEnabled() const;
|
||||
|
||||
bool isDirty() const;
|
||||
void clearIsDirty();
|
||||
@@ -64,6 +67,7 @@ struct StateComputeModeProperties {
|
||||
StateComputeModePropertiesSupport scmPropertiesSupport = {};
|
||||
int32_t defaultThreadArbitrationPolicy = 0;
|
||||
bool propertiesSupportLoaded = false;
|
||||
bool pipelinedEuThreadArbitration = false;
|
||||
};
|
||||
|
||||
struct FrontEndPropertiesSupport {
|
||||
|
||||
Reference in New Issue
Block a user