Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakpiase committed Jul 4, 2022
1 parent 52534a4 commit 24eff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/mkldnn/pad3d_mkldnn_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class PadMKLDNNKernel : public framework::OpKernel<T> {
ctx.GetPlace());

// to avoid allocating new temporary memory, Out's memory is used as a tmp
// buffer for storing a contignuous memory consisting of pad_value, which
// buffer for storing a contiguous memory consisting of pad_value, which
// later is used as a SRC for reorders that are filling Out with padding
T* out_ptr = out->data<T>();
std::fill(out_ptr,
Expand Down

0 comments on commit 24eff5e

Please sign in to comment.