compute-runtime/shared/source/assert_handler
Mateusz Hoppe c44b600ec7 fix: assert message printing
- assert buffer has header that needs to be accounted for while parsing
the buffer and reading format strings. currentOffset in Printf Formatter
must not exceed size in header. The offset is relative to the beginning
of buffer, not the "begin" field in header

Resolves: NEO-8237

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2023-08-04 16:48:59 +02:00
..
CMakeLists.txt feature: add AssertHandler 2023-03-08 17:55:23 +01:00
assert_handler.cpp fix: assert message printing 2023-08-04 16:48:59 +02:00
assert_handler.h feature: gpu assert implementation 2023-03-15 19:22:09 +01:00