mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Disable overdispatch by default
When disable overdispatch is available: - change default value of CFE_STATE::ComputeOverdispatchDisable to true. - change default value of INTERFACE_DESCRIPTOR_DATA::ThreadGroupDispatchSize to 3u. Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d3fd5077e7
commit
2dd0e67e65
@@ -559,7 +559,7 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
UnifiedMemoryControls unifiedMemoryControls{};
|
||||
bool isUnifiedMemorySyncRequired = true;
|
||||
bool debugEnabled = false;
|
||||
uint32_t additionalKernelExecInfo = AdditionalKernelExecInfo::NotSet;
|
||||
uint32_t additionalKernelExecInfo = AdditionalKernelExecInfo::DisableOverdispatch;
|
||||
|
||||
uint32_t *maxWorkGroupSizeForCrossThreadData = &Kernel::dummyPatchLocation;
|
||||
uint32_t maxKernelWorkGroupSize = 0;
|
||||
|
||||
Reference in New Issue
Block a user