marcoabreu commented on a change in pull request #9650: Add USE_MKL2017 back.
URL: https://github.com/apache/incubator-mxnet/pull/9650#discussion_r165226361
##########
File path: Makefile
##########
@@ -59,6 +59,10 @@ endif
# use customized config file
include $(config)
+ifeq ($(USE_MKL2017), 1)
+ USE_MKLDNN=1
Review comment:
Print a message that we're automatically switching to MKLDNN and that the usage of this
option is deprecated
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|