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

./src/depthwise_convolutional_layer.c:75:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’ #12

Open
tinghuaxingong opened this issue Dec 20, 2019 · 1 comment

Comments

@tinghuaxingong
Copy link

./src/convolutional_layer.c: In function ‘cudnn_convolutional_setup’:
./src/convolutional_layer.c:133:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’
cudnnSetConvolution2dDescriptor(l->convDesc, l->pad, l->pad, l->stride, l->stride, 1, 1, CUDNN_CROSS_CORRELATION);
^
compilation terminated due to -Wfatal-errors.
Makefile:82: recipe for target 'obj/convolutional_layer.o' failed
make: *** [obj/convolutional_layer.o] Error 1
make: *** 正在等待未完成的任务....
./src/depthwise_convolutional_layer.c: In function ‘cudnn_depthwise_convolutional_setup’:
./src/depthwise_convolutional_layer.c:75:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’
cudnnSetConvolution2dDescriptor(l->convDesc, l->pad, l->pad, l->stride, l->stride, 1, 1, CUDNN_CROSS_CORRELATION);
^
compilation terminated due to -Wfatal-errors.
Makefile:82: recipe for target 'obj/depthwise_convolutional_layer.o' failed
make: *** [obj/depthwise_convolutional_layer.o] Error 1

@tinghuaxingong
Copy link
Author

solved

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