bartekkuncer commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r723108898
##########
File path:
docs/python_docs/python/tutorials/performance/backend/dnnl/dnnl_readme.md
##########
@@ -208,9 +208,9 @@ o = exe.outputs[0]
t = o.asnumpy()
```
-More detailed debugging and profiling information can be logged by setting the
environment variable 'MKLDNN_VERBOSE':
+More detailed debugging and profiling information can be logged by setting the
environment variable 'DNNL_VERBOSE':
```
-export MKLDNN_VERBOSE=1
+export DNNL_VERBOSE=1
```
For example, by running above code snippet, the following debugging logs
providing more insights on ONEDNN primitives `convolution` and `reorder`. That
includes: Memory layout, infer shape and the time cost of primitive execution.
Review comment:
done
##########
File path: docs/python_docs/python/tutorials/performance/backend/dnnl/index.rst
##########
@@ -15,22 +15,22 @@
specific language governing permissions and limitations
under the License.
-Intel MKL-DNN
+Intel DNNL
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]