mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
fix: add log about printing assertion failure from kernel
Related-To: NEO-9237 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6510c725e3
commit
098ea3a997
@@ -45,6 +45,7 @@ void AssertHandler::printMessage() const {
|
||||
nullptr};
|
||||
printfFormatter.setInitialOffset(offsetof(AssertBufferHeader, begin));
|
||||
|
||||
printToStderr("AssertHandler::printMessage\n");
|
||||
printfFormatter.printKernelOutput([](char *str) { printToStderr(str); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user