mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
feature: add warning macro for readability
Related-To: NEO-14511 Signed-off-by: Oskar Hubert Weber <oskar.hubert.weber@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0b6775123e
commit
db020bdd60
@@ -34,6 +34,8 @@ constexpr DebugFunctionalityLevel globalDebugFunctionalityLevel = DebugFunctiona
|
||||
if (flag) \
|
||||
NEO::printDebugString(flag, __VA_ARGS__);
|
||||
|
||||
#define EMIT_WARNING(flag, ...) PRINT_DEBUG_STRING(flag, __VA_ARGS__)
|
||||
|
||||
namespace NEO {
|
||||
template <DebugFunctionalityLevel debugLevel>
|
||||
class FileLogger;
|
||||
|
||||
Reference in New Issue
Block a user