Build source code problem cannot convert from 'mshadow::Stream<Device> *' to 'mshadow::Stream<mshadow::cpu> *' #8772
Replies: 5 comments
-
Do u install Microsoft Visual C++ Compiler Nov 2013 CTP? https://mxnet.incubator.apache.org/get_started/windows_setup.html |
Beta Was this translation helpful? Give feedback.
-
Can you attach full output? Doesn't show file and line. |
Beta Was this translation helpful? Give feedback.
-
proposed labels: "Build", "C++", "Windows" |
Beta Was this translation helpful? Give feedback.
-
错误 394 error C2440: “默认参数”: 无法从“mshadow::Stream *”转换为“mshadow::Streammshadow::cpu *” e:\incubator-mxnet\src\operator\linalg_impl.h 522 1 mxnet |
Beta Was this translation helpful? Give feedback.
-
I try to build source code on windows server2012 R2. I have got this error.
error C2440: 'default argument' : cannot convert from 'mshadow::Stream *' to 'mshadow::Streammshadow::cpu *'
what does it mean?
Beta Was this translation helpful? Give feedback.
All reactions