Skip to content

Commit

Permalink
Don't use fwd_perf when USE_GET flag is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharan Narang committed Jul 12, 2017
1 parent 893c6a6 commit e10b92c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/nvidia/conv_bench.cu
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public:
CUDNN_CONVOLUTION_FWD_PREFER_FASTEST,
0,
&fwd_algo_));
fwd_algo_ = fwd_perf.algo;
}
#else
// Pick forward convolution algorithm
Expand Down

0 comments on commit e10b92c

Please sign in to comment.