mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Disable copy command buffer into ring when metrics enabled
Related-To: NEO-7422 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c00c310cf4
commit
494ef4129e
@@ -202,6 +202,7 @@ ze_result_t CommandListCoreFamily<gfxCoreFamily>::initialize(Device *device, NEO
|
||||
!device->isImplicitScalingCapable() &&
|
||||
this->csr &&
|
||||
this->csr->isAnyDirectSubmissionEnabled() &&
|
||||
!deviceImp->getNEODevice()->getExecutionEnvironment()->areMetricsEnabled() &&
|
||||
deviceImp->getNEODevice()->getMemoryManager()->isLocalMemorySupported(deviceImp->getRootDeviceIndex());
|
||||
|
||||
if (NEO::DebugManager.flags.DirectSubmissionFlatRingBuffer.get() != -1) {
|
||||
|
||||
Reference in New Issue
Block a user