Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix formatting issue #16204

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -277,7 +277,7 @@ void py_module(py::module& module) {
core_grid (ttnn.CoreGrid): the grid on which to distribute the sharded tensor on (writes to the cores L1s). Defaults to `None`.
output_tile (List of [int], optional): Specifies the output tile configuration. Defaults to `None`.
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 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

Expand Down
Loading