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

Linking the CUDA version with CMake #27

Open
ovysotska opened this issue Mar 31, 2015 · 0 comments
Open

Linking the CUDA version with CMake #27

ovysotska opened this issue Mar 31, 2015 · 0 comments

Comments

@ovysotska
Copy link

I tried to use the precompiled version of <liboverfeat.a> from my code and it worked out.
However, I would like to have feature extraction faster and I tried to do the linking procedure for the CUDA version liboverfeat_cuda.a as well.

Unfortunately, it seems that the THCudaTensor.hpp needs THC.h to able to use libTHC.a.

So the question: should there also be THC.h file provided to link to the CUDA version? Or it could be done in any other way?

Thanks!

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

1 participant