refactor: remove not needed code

Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2024-03-08 15:30:37 +00:00
committed by Compute-Runtime-Automation
parent fff97d3958
commit f71f6d2b72
60 changed files with 201 additions and 302 deletions

View File

@@ -1366,7 +1366,6 @@ Device *Device::create(DriverHandle *driverHandle, NEO::Device *neoDevice, bool
args.numAvailableDevices = neoDevice->getNumGenericSubDevices();
args.allocation = device->getDebugSurface();
args.gmmHelper = neoDevice->getGmmHelper();
args.useGlobalAtomics = false;
args.areMultipleSubDevicesInContext = neoDevice->getNumGenericSubDevices() > 1;
args.isDebuggerActive = true;
gfxCoreHelper.encodeBufferSurfaceState(args);