mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
refactor: rename global debug manager to debugManager
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f2ede40d2e
commit
c9664e6bad
@@ -62,7 +62,7 @@ void PrintfHandler::printOutput(const KernelImmutableData *kernelData,
|
||||
|
||||
const auto newTaskCount = bcsEngine->commandStreamReceiver->flushBcsTask(blitPropertiesContainer, true, false, *selectedDevice);
|
||||
if (newTaskCount == NEO::CompletionStamp::gpuHang) {
|
||||
PRINT_DEBUG_STRING(NEO::DebugManager.flags.PrintDebugMessages.get(), stderr, "Failed to copy printf buffer.\n", "");
|
||||
PRINT_DEBUG_STRING(NEO::debugManager.flags.PrintDebugMessages.get(), stderr, "Failed to copy printf buffer.\n", "");
|
||||
printfOutputBuffer = static_cast<uint8_t *>(printfBuffer->getUnderlyingBuffer());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user