Skip to content

Commit

Permalink
#0: Final clangd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykru-tt committed Nov 28, 2024
1 parent 12d0e1c commit dbcc050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/cpp/ttnn/operations/data_movement/concat/concat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ttnn::Tensor ConcatOperation::invoke(
return shape_out;
};

ttnn::SimpleShape logical_output_shape = compute_output_shape(input_tensors);
ttnn::SimpleShape logical_output_shape = compute_output_shape(input_tensors, dim);

auto untilize_rm_retilize_concat = build_untilize_rm_retilize_concat(queue_id, mem_config, logical_output_shape);
auto non_aligned_last_dim_concat = build_non_aligned_last_dim_concat(input_tensors, queue_id, mem_config);
Expand Down

0 comments on commit dbcc050

Please sign in to comment.