mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
fix: Improved logs for buffer submission and execution to use debug string
Related-To: NEO-12952 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cbadc1285c
commit
cb4fa456b7
@@ -305,7 +305,7 @@ void BufferObject::printExecutionBuffer(ExecBuffer &execbuf, const size_t &resid
|
||||
logger << "Command ";
|
||||
ioctlHelper->logExecObject(execObjectsStorage[i], logger, this->peekSize());
|
||||
|
||||
printf("%s\n", logger.str().c_str());
|
||||
PRINT_DEBUG_STRING(debugManager.flags.PrintExecutionBuffer.get(), stdout, "%s\n", logger.str().c_str());
|
||||
}
|
||||
|
||||
int bindBOsWithinContext(BufferObject *const boToPin[], size_t numberOfBos, OsContext *osContext, uint32_t vmHandleId, const bool forcePagingFence) {
|
||||
|
||||
Reference in New Issue
Block a user