mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
feature: add AssertHandler
- initial implementation to support assert() on GPU Related-To: NEO-5753 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
49b01a8ea4
commit
37dbec305d
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2022 Intel Corporation
|
||||
* Copyright (C) 2019-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
void printToSTDOUT(const char *str);
|
||||
void printToStdout(const char *str);
|
||||
void printToStderr(const char *str);
|
||||
|
||||
template <class T>
|
||||
size_t simpleSprintf(char *output, size_t outputSize, const char *format, T value);
|
||||
|
||||
Reference in New Issue
Block a user