-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
@szha @xinyu-intel @mseth10 Please review. |
@TaoLv MKL-DNN will not be set to 1 if only |
# whether use MKL-DNN library: 0 = disabled, 1 = enabled | ||
# if USE_MKLDNN is not defined, MKL-DNN will be enabled by default on x86 Linux. | ||
# you can disable it explicity with USE_MKLDNN = 0 | ||
USE_MKLDNN = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the right value miss?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we have different default behavior for different platforms at this time, we cannot have a proper default value for USE_MKLDNN
here. So I leave it undefined.
@TaoLv Thanks for your contribution. I verified this and it works on my issue too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* fix makefile * change make/config.mk * add comments * retrigger ci
* fix makefile * change make/config.mk * add comments * retrigger ci
Description
(Brief description on what this PR is about)
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments