lanking520 closed pull request #13780: update makefile to fix MKLDNN issue URL: https://github.com/apache/incubator-mxnet/pull/13780
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/Makefile b/Makefile index 56f2537d68f..c8cf5d4bcd6 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ endif # use customized config file include $(config) -ifndef $(USE_MKLDNN) +ifneq ($(USE_MKLDNN), 0) ifneq ($(UNAME_S), Darwin) ifneq ($(UNAME_S), Windows) ifeq ($(UNAME_P), x86_64) ---------------------------------------------------------------- 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
