Skip to content

Commit 211b4ba

Browse files
committed
doc: verbose: add message catalogue for verbose diagnostics
1 parent 0ad65f9 commit 211b4ba

File tree

4 files changed

+102
-2
lines changed

4 files changed

+102
-2
lines changed

doc/performance_considerations/verbose.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ onednn_verbose,primitive,create:dispatch,matmul,cpu,matmul,brg:avx512_core_bf16,
149149
Above, we can see that the highest performance implementations were
150150
not dispatched either because they required a higher ISA, or because
151151
they did not support that datatype configuration.
152-
152+
A complete list of verbose messages encountered in the dispatch mode
153+
can be found [here](https://oneapi-src.github.io/oneDNN/dev_guide_verbose_table.html) along with their explanation.
153154

154155
### Enable ONEDNN_VERBOSE with timestamps
155156

0 commit comments

Comments
 (0)