aaronmarkham commented on a change in pull request #14891: [Doc] Add MKL-DNN 
operator list
URL: https://github.com/apache/incubator-mxnet/pull/14891#discussion_r281787810
 
 

 ##########
 File path: docs/install/index.md
 ##########
 @@ -124,20 +124,38 @@ Indicate your preferred configuration. Then, follow the 
customized commands to i
 $ pip install mxnet
 ```
 
+MXNet offers pip packages with MKL-DNN enabled which will be much faster when 
running on Intel hardware. Try the following command line to install it and 
find performance numbers and tuning guide in <a 
href="https://mxnet.incubator.apache.org/versions/master/faq/perf.html#intel-cpu";>performance
 on Intel CPU</a>.
+
+```
+$ pip install mxnet-mkl==1.4.0
+```
+
 </div> <!-- End of v1-4-0 -->
 <div class="v1-3-1">
 
 ```
 $ pip install mxnet==1.3.1
 ```
 
+MXNet offers pip packages with MKL-DNN enabled which will be much faster when 
running on Intel hardware. Try the following command line to install it and 
find performance numbers and tuning guide in <a 
href="https://mxnet.incubator.apache.org/versions/master/faq/perf.html#intel-cpu";>performance
 on Intel CPU</a>.
 
 Review comment:
   ```suggestion
   MKL-DNN enabled pip packages are optimized for Intel hardware. You can find 
performance numbers in the <a href="../../faq/perf.md#intel-cpu">MXNet tuning 
guide</a>.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to