mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
fix: Fix front end programming for cooperative dispatch
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eb256f1ffd
commit
36ddfaaf4d
@@ -827,7 +827,7 @@ void CommandQueueHw<gfxCoreFamily>::setFrontEndStateProperties(CommandListExecut
|
||||
auto &streamProperties = this->csr->getStreamProperties();
|
||||
if (!frontEndTrackingEnabled()) {
|
||||
streamProperties.frontEndState.setPropertiesAll(ctx.anyCommandListWithCooperativeKernels, ctx.anyCommandListRequiresDisabledEUFusion,
|
||||
true, isEngineInstanced);
|
||||
true, isEngineInstanced, this->getCsr()->peekRootDeviceEnvironment());
|
||||
ctx.frontEndStateDirty |= streamProperties.frontEndState.isDirty();
|
||||
} else {
|
||||
ctx.engineInstanced = isEngineInstanced;
|
||||
|
||||
Reference in New Issue
Block a user