mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 23:56:36 +08:00
Use LogicalStateHelper to program ComputeMode
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4dff4e165c
commit
2c853adac3
@@ -15,8 +15,9 @@ struct StateComputeModeProperties {
|
||||
StreamProperty zPassAsyncComputeThreadLimit{};
|
||||
StreamProperty pixelAsyncComputeThreadLimit{};
|
||||
StreamProperty threadArbitrationPolicy{};
|
||||
StreamProperty devicePreemptionMode{};
|
||||
|
||||
void setProperties(bool requiresCoherency, uint32_t numGrfRequired, int32_t threadArbitrationPolicy, const HardwareInfo &hwInfo);
|
||||
void setProperties(bool requiresCoherency, uint32_t numGrfRequired, int32_t threadArbitrationPolicy, PreemptionMode devicePreemptionMode, const HardwareInfo &hwInfo);
|
||||
void setProperties(const StateComputeModeProperties &properties);
|
||||
bool isDirty() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user