mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: code cleanup
- remove not needed branch and message Signed-off-by: Hoppe, Mateusz <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c565efe28
commit
8da92f56c7
@@ -56,11 +56,8 @@ void RootDeviceEnvironment::initAubCenter(bool localMemoryEnabled, const std::st
|
||||
}
|
||||
|
||||
void RootDeviceEnvironment::initDebuggerL0(Device *neoDevice) {
|
||||
if (this->debugger.get() != nullptr) {
|
||||
NEO::printDebugString(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr,
|
||||
"%s", "Source Level Debugger cannot be used with Environment Variable enabling program debugging.\n");
|
||||
UNRECOVERABLE_IF(this->debugger.get() != nullptr);
|
||||
}
|
||||
|
||||
DEBUG_BREAK_IF(this->debugger.get() != nullptr);
|
||||
|
||||
this->getMutableHardwareInfo()->capabilityTable.fusedEuEnabled = false;
|
||||
this->getMutableHardwareInfo()->capabilityTable.ftrRenderCompressedBuffers = false;
|
||||
|
||||
Reference in New Issue
Block a user