Replies: 9 comments
-
|
@liuzhi136 : Just curious, would #7072 be solving the issue? |
Beta Was this translation helpful? Give feedback.
-
|
@vdantu The issue you offered was help, which apart of mxnet's file can be compiled. But it still encountered the same problem for the rest part of mxnet. It looks like these: The rest still have the same problem. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @liuzhi136 ,
The installation links mention Cuda 9.2 and CuDNN 7.14 versions. Please provide the build flags or config.mk file , it will help in root causing the issue. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @liuzhi136 , Please let us know if you were able to build the cpp-package after following documents mentioned in the last comment. |
Beta Was this translation helpful? Give feedback.
-
|
@mxnet-label-bot add [pending-requester-info] |
Beta Was this translation helpful? Give feedback.
-
|
@leleamol No. It does not help. I tried these instructions. I don't no why this building process failed. I had successfully build mxnet from source before. Maybe it's some inner errors stemming from my ubuntu system. |
Beta Was this translation helpful? Give feedback.
-
|
The issue doesn't seem to be related to C++ API. WIll remove the C++ label. @liuzhi136 can you please upload the errors that you are getting when building from source. Also please share the config flags that you have used to build the mxnet. |
Beta Was this translation helpful? Give feedback.
-
|
@mxnet-label-bot update [Pending Requester Info, Question, Build, Ubuntu] |
Beta Was this translation helpful? Give feedback.
-
|
@liuzhi136 : Could you upload the config flags you are using? Are you still facing this issue? If you can attach the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
build/src/operator/rnn.o: In function
mxnet::op::RNNProp::CreateOperatorEx(mxnet::Context, std::vector<nnvm::TShape, std::allocator<nnvm::TShape> >*, std::vector<int, std::allocator<int> >*) const': rnn.cc:(.text+0x4ee71): undefined reference tomxnet::Operator* mxnet::op::CreateOpmshadow::gpu(mxnet::op::RNNParam, int)'I try to update mxnet on my computer to the current newest version. But I got a lot of errors like above.
I use cuda 8 and cudnn 5.1 during compiling. I clone the source code from the mxnet github website. Does any one meet the same issue like me ? and help out!
Beta Was this translation helpful? Give feedback.
All reactions