TaoLv commented on a change in pull request #13643: Remove mklml pre-install in
ci
URL: https://github.com/apache/incubator-mxnet/pull/13643#discussion_r243304011
##########
File path: Makefile
##########
@@ -69,14 +69,23 @@ ifeq ($(USE_MKLDNN), 1)
MKLDNNROOT = $(ROOTDIR)/3rdparty/mkldnn/build/install
MKLROOT = $(ROOTDIR)/3rdparty/mkldnn/build/install
export USE_MKLML = 1
+ CFLAGS += -DMXNET_USE_MKLDNN=1
Review comment:
This is the first appearance of `CFLAGS`.
----------------------------------------------------------------
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