Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please provide a tutorial about how to compile mxnet with cpp package on win10? #26

Closed
EternalSaga opened this issue Mar 5, 2018 · 5 comments

Comments

@EternalSaga
Copy link

EternalSaga commented Mar 5, 2018

I tried to compile mxnet with cpp package on win10, vs2015 for many times, but I have never succeed. Could you please provide a tutorial about building mxnet with cpp package, opencv, and cuda on windows?

There are a large amount of errors in cuda header files such as:
Severity Code Description Project File Line Suppression State
Error expected an identifier mxnet C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include\thrust\system\cuda\detail\core\util.h 761

@visionNoob
Copy link

@EternalSaga did you solve this issue?

@EternalSaga
Copy link
Author

EternalSaga commented Jul 22, 2019

@EternalSaga did you solve this issue?

You can refer to this issue post by me. 10049

@visionNoob
Copy link

@EternalSaga oh. thank you. It is so helpful for me!
Can i ask one more question?
Is new "include" folder created during building mxnet?
I successfully build libmxnet.lib and dll (i sovled op.h problem individually), but
no "include" folder was made.
Should I construct include folder manually?

@EternalSaga
Copy link
Author

@EternalSaga oh. thank you. It is so helpful for me!
Can i ask one more question?
Is new "include" folder created during building mxnet?
I successfully build libmxnet.lib and dll (i sovled op.h problem individually), but
no "include" folder was made.
Should I construct include folder manually?

The headers are generated by the OpWrapperGenerator.py script in mxnet.

@liuchanfeng165
Copy link

@EternalSaga oh. thank you. It is so helpful for me!
Can i ask one more question?
Is new "include" folder created during building mxnet?
I successfully build libmxnet.lib and dll (i sovled op.h problem individually), but
no "include" folder was made.
Should I construct include folder manually?

Hi ,@visionNoob ,How to solve this problem ?
line 761 is 'enum {SIZE = N};'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants