Skip to content

Commit

Permalink
common: verbose: fix the build for ONEDNN_VERBOSE=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarukin authored and vpirogov committed Nov 4, 2024
1 parent 8f600a3 commit 7f476cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/verbose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ std::string rt_dims2fmt_str(primitive_kind_t prim_kind,
return std::string();
}

void verbose_printf_impl(const char *raw_fmt_str, verbose_t::flag_kind kind) {}

#else

std::ostream &operator<<(std::ostream &ss, engine_kind_t eng_kind) {
Expand Down

0 comments on commit 7f476cb

Please sign in to comment.