ashokei commented on a change in pull request #9810: remove MKL_EXPERIMENTAL
and update make files for MKL-DNN
URL: https://github.com/apache/incubator-mxnet/pull/9810#discussion_r169529161
##########
File path: tests/python/cpu/test_mkldnn.py
##########
@@ -45,14 +45,14 @@ def test_mklml_install():
pid = os.getpid()
rc = os.system("cat /proc/" + str(pid) + \
- "/maps | grep libmklml_ > /dev/null")
Review comment:
technically MKL-DNN can be used without mklml, though we recommend users use
both together for best performance.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services