Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed May 16, 2019
1 parent 6e36443 commit ab5145a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/rnn-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ class RNNOp {
}
#else
dtype_with_fallback_ = dtype_;
#endif
#endif
CUDNN_CALL(cudnnSetRNNDescriptor_v6(s->dnn_handle_,
rnn_desc_,
param_.state_size,
Expand Down

0 comments on commit ab5145a

Please sign in to comment.