-
Notifications
You must be signed in to change notification settings - Fork 53
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
Is it compatible with cuda9.1 and cudnn7? #15
Comments
Check this issue for more information. |
Thanks for the info. Finally I get to run successfully. Here is the configuration that works for me: modify cuda_config.h according to my situation, and manually copied this file to
I also need to link against tensorflow_famework by adding the following to make.sh
and add the following to g++ commands
add the following to all nvcc and g++ commands:
Undefined symbols occurs when: I didn't try tensorflow-gpu-1.4.1 with cuda-9.0. Hope this helps. The script I used:
make.sh (only for deform_conv_layer)
|
@leinxx Thanks you for the efforts, by the way, according to the comment in |
I think you are talking about the Nvidia Titan X. I am using the much lower version: GTX titan X 😶. |
@leinxx Nvidia really doesn't know how to choose a name for its GPU model... Anyway, I have updated the build script and readme. Have a great day! |
You can refer this web page: https://developer.nvidia.com/cuda-gpus |
As the title.
I am trying to make it work on cuda9.1 and cudnn7. Tried to use gcc-4.9 and -D_GLIBCXX_USE_CXX11_ABI=0
when loading generated .so file, I get error:
undefined symbol: _ZTIN10tensorflow8OpKernelE
Do you have any clues on this?
Thanks
The text was updated successfully, but these errors were encountered: