summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp')
-rw-r--r--inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp b/inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp
index ffdb41acf..e784371af 100644
--- a/inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp
+++ b/inference-engine/thirdparty/mkl-dnn/src/common/verbose.hpp
@@ -42,8 +42,8 @@ double get_msec();
#define MKLDNN_VERBOSE_PRB_LEN 384
#define DECL_DAT_AUX_PRB_STRS() \
- char dat_str[MKLDNN_VERBOSE_PRB_LEN] = {'\0'}; MAYBE_UNUSED(dat_str); \
- char aux_str[MKLDNN_VERBOSE_PRB_LEN] = {'\0'}; MAYBE_UNUSED(aux_str); \
+ char dat_str[MKLDNN_VERBOSE_DAT_LEN] = {'\0'}; MAYBE_UNUSED(dat_str); \
+ char aux_str[MKLDNN_VERBOSE_AUX_LEN] = {'\0'}; MAYBE_UNUSED(aux_str); \
char prb_str[MKLDNN_VERBOSE_PRB_LEN] = {'\0'}; MAYBE_UNUSED(prb_str)
inline void verbose_templ(char *buffer, mkldnn_primitive_kind_t prim_kind,