Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Amruth Sandhupatla <[email protected]>
  • Loading branch information
asandhupatlaTT committed Dec 19, 2024
1 parent 8e64289 commit 6825a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/cpp/ttnn/operations/matmul/matmul_pybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void py_module(py::module& module) {
optional_output_tensor (ttnn.Tensor) : User provided on-device output tensor where the result of matmul is to be written.
If optional output tensor is specified, then dtype and memory config need to be checked as follows:
if they are default then they should be set based on optional output tensor
if the are not default then they should be compared and if there is a difference an error is reported (via fatal or throw)
if the are not default then they should be compared and if there is a difference an error is reported
Returns:
Expand Down

0 comments on commit 6825a3d

Please sign in to comment.