You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
If I compile the current master with cuDNN enable I encounter many of these errors:
src/operator/./cudnn_rnn-inl.h(127): error: argument of type "mshadow::half::half_t *" is incompatible with parameter of type "cudnnTensorDescriptor_t"
detected during:
instantiation of "void mxnet::op::CuDNNRNNOp<DType>::Forward(const mxnet::OpContext &, const std::vector<mxnet::TBlob, std::allocator<mxnet::TBlob>> &, const std::vector<mxnet::OpReqType, std::allocator<mxnet::OpReqType>> &, const std::vector<mxnet::TBlob, std::allocator<mxnet::TBlob>> &, const std::vector<mxnet::TBlob, std::allocator<mxnet::TBlob>> &) [with DType=mshadow::half::half_t]"
(54): here
instantiation of "mxnet::op::CuDNNRNNOp<DType>::CuDNNRNNOp(mxnet::op::RNNParam) [with DType=mshadow::half::half_t]"
src/operator/rnn.cu(20): here
I have just encountered this again. Features that require specific cuda/cuDNN versions should check for them and either disable themselves or print a error message that prompts the user to update.
If I compile the current master with cuDNN enable I encounter many of these errors:
Versions:
gcc
: 4.9.2cuDNN
: 5.0.4 (according to header file)cuda
: 7.5.18mxnet
: b12f957The text was updated successfully, but these errors were encountered: