mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Update StreamProperties
Update ThreadArbitrationPolicy enum. Remove adjustThreadArbitionPolicy from CommandStreamReceiverHw. Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b25c0e4fc0
commit
573d01f085
@@ -13,7 +13,7 @@ struct StateComputeModeProperties {
|
||||
StreamProperty isCoherencyRequired{};
|
||||
|
||||
void setProperties(bool requiresCoherency, uint32_t numGrfRequired, bool isMultiOsContextCapable,
|
||||
bool useGlobalAtomics, bool areMultipleSubDevicesInContext);
|
||||
bool useGlobalAtomics, bool areMultipleSubDevicesInContext, uint32_t threadArbitrationPolicy);
|
||||
void setProperties(const StateComputeModeProperties &properties);
|
||||
bool isDirty();
|
||||
void clearIsDirty();
|
||||
|
||||
Reference in New Issue
Block a user