Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin16 committed Oct 14, 2024
1 parent d8b11ab commit 402b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/cpu/skip_layer_norm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void ComputeJob(
}
}

alloc->Free(float_input); // also takes care of float_gamma if reused
alloc->Free(float_input); // also takes care of float_gamma if reused
if (float_skip && (nullptr == skip_fp32)) {
alloc->Free(float_skip);
}
Expand Down

0 comments on commit 402b65d

Please sign in to comment.