This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 4e32967 fix (#10576)
4e32967 is described below
commit 4e32967deb0aad40f20d4833a091f5e2bb612315
Author: Xingjian Shi <xshiab@ust.hk>
AuthorDate: Tue Apr 17 10:04:05 2018 -0700
fix (#10576)
---
src/operator/cudnn_rnn-inl.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/operator/cudnn_rnn-inl.h b/src/operator/cudnn_rnn-inl.h
index 4bd170c..1a54b73 100644
--- a/src/operator/cudnn_rnn-inl.h
+++ b/src/operator/cudnn_rnn-inl.h
@@ -96,6 +96,7 @@ class CuDNNRNNOp : public Operator {
CUDNN_CALL(cudnnDestroyTensorDescriptor(dcy_desc_));
CUDNN_CALL(cudnnDestroyFilterDescriptor(w_desc_));
+ CUDNN_CALL(cudnnDestroyFilterDescriptor(dw_desc_));
CUDNN_CALL(cudnnDestroyRNNDescriptor(rnn_desc_));
CUDNN_CALL(cudnnDestroyDropoutDescriptor(dropout_desc_));
Storage::Get()->Free(dropout_states_);
--
To stop receiving notification emails like this one, please contact
jxie@apache.org.
|