Skip to content

Commit

Permalink
add const to hpp file
Browse files Browse the repository at this point in the history
Signed-off-by: Amruth Sandhupatla <[email protected]>
  • Loading branch information
asandhupatlaTT committed Nov 28, 2024
1 parent 00210a0 commit 1777370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/cpp/ttnn/operations/matmul/device/matmul_op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Tensor matmul(
const std::optional<const Tensor> bias = std::nullopt,
const struct Matmul &parameters = Matmul{},
const uint8_t queue_id = 0,
std::optional<Tensor> optional_output_tensor = std::nullopt);
const std::optional<Tensor> optional_output_tensor = std::nullopt);
} // namespace matmul

} // namespace operations
Expand Down

0 comments on commit 1777370

Please sign in to comment.