You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/14 06:31:24 UTC

[GitHub] [incubator-tvm] gasgallo commented on a change in pull request #4323: [Contrib] Add MKL DNN option

gasgallo commented on a change in pull request #4323: [Contrib] Add MKL DNN option
URL: https://github.com/apache/incubator-tvm/pull/4323#discussion_r346144645
 
 

 ##########
 File path: src/runtime/contrib/cblas/cblas.cc
 ##########
 @@ -31,6 +31,9 @@ extern "C" {
 #else
 #include <cblas.h>
 #endif
+#if USE_MKL_DNN == 1
 
 Review comment:
   @ZhennanQin As @icemelon9 mentioned [here](https://github.com/apache/incubator-tvm/pull/4323#discussion_r345946543), we need both cblas and dnnl because the latter is used for sgemm only.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services