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

Package Version #16

Open
yhlleo opened this issue May 8, 2016 · 3 comments
Open

Package Version #16

yhlleo opened this issue May 8, 2016 · 3 comments

Comments

@yhlleo
Copy link

yhlleo commented May 8, 2016

Would you like to provide a list of the version of the related version, such as, cuda, cudnn, instead of the general installation introduction from the official website? It will help me a lot. Thank you very much!

@yhlleo yhlleo changed the title Versions Package Version May 8, 2016
@weiliu620
Copy link

CUDA 7.5 works for me, and here is the output if I run "cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2"

#define CUDNN_MAJOR 4
#define CUDNN_MINOR 0

#define CUDNN_PATCHLEVEL 7

#define CUDNN_VERSION (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)

@yhlleo
Copy link
Author

yhlleo commented May 10, 2016

Thank you for you reply. When I run the command, the output is same as yours, but the make turn out to be failed.

Here is the output:

#define CUDNN_MAJOR      4
#define CUDNN_MINOR      0
#define CUDNN_PATCHLEVEL 7
--
#define CUDNN_VERSION    (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)

#include "driver_types.h"

And, the errors of the make are provided here.

@yhlleo
Copy link
Author

yhlleo commented May 10, 2016

After I changed the cudnn from version v4 into v3, then the make passed.

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

2 participants