This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Missing dnnl_config.h when installing horovod #17628
Comments
@leezu @apeforest Have you met problems when building horovod with cmake-built MXNet? |
sxjscience
changed the title
Missing dnnl_config.h
Missing dnnl_config.h when installing horovod
Feb 19, 2020
A temporary fix is to manually copy files inside the
|
I will take a look at this. I remember previously the recommended build system of mxnet was makefile when cooperating with horovod. |
That’s currently the only one I found for linking to horovod. However I just ran setup.py in horovod and hasn’t run distributed training yet. I’m having some other issues in the cmake-built MXNet which I’m still investigating.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Tao Lv <notifications@github.com>
Sent: Wednesday, February 19, 2020 5:15:05 PM
To: apache/incubator-mxnet <incubator-mxnet@noreply.github.com>
Cc: Xingjian SHI <xshiab@connect.ust.hk>; Mention <mention@noreply.github.com>
Subject: Re: [apache/incubator-mxnet] Missing dnnl_config.h when installing horovod (#17628)
I will take a look at this. I remember previously the recommended build system of mxnet was makefile when cooperating with horovod.
@sxjscience<https://github.com/sxjscience> is this the only issue when using cmake to build mxnet and linking it to horovod?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#17628>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABHQH3VFOAX6T6T4WKRZDY3RDXKRTANCNFSM4KYACRAA>.
|
@TaoLv what's your status on this issue? |
@leezu I‘m working on a fix. |
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I tried to compile MXNet using the cmake command:
and then install horovod
The error message is
I find that we have these lines in
mkldnn.mk
https://github.com/apache/incubator-mxnet/blob/c2aff58c448bbe5755de0c8d35a1cc7d3fd9aa51/mkldnn.mk#L52-L53The problem might be that we haven't copied the files to
mxnet/include/mkldnn
so the build system used in horovod is broken.The text was updated successfully, but these errors were encountered: