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

cudnn.hpp(114): error : too few arguments in function call #194

Closed
joe1chief opened this issue Apr 4, 2017 · 1 comment
Closed

cudnn.hpp(114): error : too few arguments in function call #194

joe1chief opened this issue Apr 4, 2017 · 1 comment

Comments

@joe1chief
Copy link

joe1chief commented Apr 4, 2017

编译时报了这个错误还有

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.targets(687,9): error MSB3721: 命令“"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_60,code="sm_60,compute_60" --use-local-env --cl-version 2015 -ccbin "E:\VS2015\VC\bin\x86_amd64" -I"F:\caffe\caffe-windows-ms\windows\libcaffe\....\src\" -I"F:\caffe\caffe-windows-ms\windows\libcaffe\....\3rdparty\" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" --keep-dir F:\caffe\caffe-windows-ms\windows..\Build\Int\libcaffe\x64\Release -maxrregcount=0 --machine 64 --compile -cudart static -Xcompiler "/wd 4819" -Xcudafe "--diag_suppress=exception_spec_override_incompat --diag_suppress=useless_using_declaration --diag_suppress=field_without_dll_interface" -D_SCL_SECURE_NO_WARNINGS -DGFLAGS_DLL_DECL= -DNDEBUG -D_SCL_SECURE_NO_WARNINGS -DUSE_OPENCV -DUSE_LEVELDB -DUSE_LMDB -DMATLAB_MEX_FILE -DWITH_PYTHON_LAYER -DBOOST_PYTHON_STATIC_LIB -DUSE_NCCL -DUSE_CUDNN -D_UNICODE -DUNICODE -Xcompiler "/EHsc /W1 /nologo /Ox /FS /Zi /MD " -o F:\caffe\caffe-windows-ms\windows..\Build\Int\libcaffe\x64\Release\truncation_layer.cu.obj "F:\caffe\caffe-windows-ms\src\caffe\layers\truncation_layer.cu"”已退出,返回代码为 2。
1> transformer_layer.cu

Your system configuration

Operating system:win7
Compiler:vs2015
CUDA version (if applicable):cuda8.0
CUDNN version (if applicable):cudnn6.0
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

@joe1chief
Copy link
Author

This is because cudnn version is too high, there is a function was changed to need to pass 9 parameters.

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