Skip to content

Commit

Permalink
Clang tidy move suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jaykru-tt and github-actions[bot] committed Nov 28, 2024
1 parent 9f8588d commit 52e1c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MassagedUntilize build_ndiml_untilize(BaseUntilizeType base_untilize) {
auto unsqueezed_tensor = ttnn::reshape(output, *original_shape);
return unsqueezed_tensor;
},
.operation = base_untilize});
.operation = std::move(base_untilize)});
}

ttnn::Tensor ExecuteUntilize::invoke(
Expand Down

0 comments on commit 52e1c9f

Please sign in to comment.