mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
common: verbose: added SYCL kernel compiler status to verbose header
This commit is contained in:
@ -131,18 +131,20 @@ void print_header() noexcept {
|
|||||||
verbose_printf("info,GPU convolution v2 is %s\n",
|
verbose_printf("info,GPU convolution v2 is %s\n",
|
||||||
experimental::use_gpu_conv_v2() ? "enabled" : "disabled");
|
experimental::use_gpu_conv_v2() ? "enabled" : "disabled");
|
||||||
#endif
|
#endif
|
||||||
verbose_printf(
|
|
||||||
"primitive,info,template:%soperation,engine,primitive,"
|
|
||||||
"implementation,prop_kind,memory_descriptors,attributes,"
|
|
||||||
"auxiliary,problem_desc,exec_time\n",
|
|
||||||
get_verbose_timestamp() ? "timestamp," : "");
|
|
||||||
|
|
||||||
#ifdef DNNL_EXPERIMENTAL_LOGGING
|
#ifdef DNNL_EXPERIMENTAL_LOGGING
|
||||||
const log_manager_t &log_manager = log_manager_t::get_log_manager();
|
const log_manager_t &log_manager = log_manager_t::get_log_manager();
|
||||||
if (log_manager.is_logger_enabled())
|
if (log_manager.is_logger_enabled())
|
||||||
verbose_printf(
|
verbose_printf(
|
||||||
"info,experimental functionality for logging is enabled\n");
|
"info,experimental functionality for logging is enabled\n");
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef DNNL_EXPERIMENTAL_SYCL_KERNEL_COMPILER
|
||||||
|
verbose_printf("info,experimental SYCL kernel compiler is enabled\n");
|
||||||
|
#endif
|
||||||
|
verbose_printf(
|
||||||
|
"primitive,info,template:%soperation,engine,primitive,"
|
||||||
|
"implementation,prop_kind,memory_descriptors,attributes,"
|
||||||
|
"auxiliary,problem_desc,exec_time\n",
|
||||||
|
get_verbose_timestamp() ? "timestamp," : "");
|
||||||
|
|
||||||
#ifdef ONEDNN_BUILD_GRAPH
|
#ifdef ONEDNN_BUILD_GRAPH
|
||||||
verbose_printf(
|
verbose_printf(
|
||||||
|
Reference in New Issue
Block a user