mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
Remove redundant value CsrSizeRequestFlags::numGrfRequiredChanged
Related-To: NEO-5995 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
adc5fb30d7
commit
32b0f7b014
@@ -33,7 +33,7 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::executeCommandListImm
|
||||
nullptr, //flushStampReference
|
||||
NEO::QueueThrottle::MEDIUM, //throttle
|
||||
this->getCommandListPreemptionMode(), //preemptionMode
|
||||
this->commandContainer.lastSentNumGrfRequired, //numGrfRequired
|
||||
GrfConfig::NotApplicable, //numGrfRequired
|
||||
NEO::L3CachingSettings::l3CacheOn, //l3CacheSettings
|
||||
this->requiredStreamState.stateComputeMode.threadArbitrationPolicy.value, //threadArbitrationPolicy
|
||||
NEO::AdditionalKernelExecInfo::NotApplicable, //additionalKernelExecInfo
|
||||
|
||||
Reference in New Issue
Block a user