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

[Dependency Update] Upgrade CI to use latest cuDNN #14950

Merged
merged 9 commits into from
May 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reenable the memory check
  • Loading branch information
stu1130 committed May 16, 2019
commit 874e8ab9067ff77e9b561527c512e8a7e5cee170
2 changes: 1 addition & 1 deletion src/operator/rnn-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ class RNNOp {
x_desc_vec_[0],
&cudnn_param_size,
dtype_));
// CHECK_EQ(w.shape_[0] * sizeof(DType), cudnn_param_size);
CHECK_EQ(w.shape_[0] * sizeof(DType), cudnn_param_size);
// Set param descriptors
int dim_w[3] = {1, 1, 1};
dim_w[0] = w.shape_[0];
Expand Down