Skip to content

Commit

Permalink
remove code for debug (PaddlePaddle#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyu Chan authored Sep 15, 2021
1 parent b3d5f13 commit 2cb21c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/operators/spectral_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ void exec_fft(const DeviceContext& ctx, const Tensor* x, Tensor* out,
DftiDescriptor desc =
_plan_mkl_fft(x->type(), out->type(), input_stride, output_stride,
signal_sizes, normalization, forward);
dump_descriptor(desc.get());

const FFTTransformType fft_type = GetFFTTransformType(x->type(), out->type());
if (fft_type == FFTTransformType::C2R && forward) {
Expand Down

0 comments on commit 2cb21c0

Please sign in to comment.