[Logging] Added ability to disable GPU related logs

This commit is contained in:
Gliniak
2025-10-29 19:50:07 +01:00
parent d68339d848
commit 51414f3e1e
3 changed files with 6 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ DEFINE_bool(flush_log, true, "Flush log file after each log line batch.",
DEFINE_uint32(log_mask, 0,
"Disables specific categorizes for more granular debug logging. "
"Kernel = 1, Apu = 2, Cpu = 4.",
"Kernel = 1, Apu = 2, Cpu = 4, Gpu = 8.",
"Logging");
DEFINE_int32(