From 687fc729c4f8c5a0f73806fd1f093f278943195e Mon Sep 17 00:00:00 2001 From: Sankar Manoj Date: Thu, 13 Feb 2025 04:40:40 +0000 Subject: [PATCH] #0: Rebase fi --- .../ttnn/operations/conv/conv2d/prepare_conv2d_weights.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ttnn/cpp/ttnn/operations/conv/conv2d/prepare_conv2d_weights.cpp b/ttnn/cpp/ttnn/operations/conv/conv2d/prepare_conv2d_weights.cpp index 892306cc65a0..d96c9889dfaf 100644 --- a/ttnn/cpp/ttnn/operations/conv/conv2d/prepare_conv2d_weights.cpp +++ b/ttnn/cpp/ttnn/operations/conv/conv2d/prepare_conv2d_weights.cpp @@ -726,7 +726,6 @@ std::pair> prepare_conv_weights_biases } } weight_tensor_ = ttnn::pad( - 0, weight_tensor_, weights_channels_padded_shape.to_array_4D(), tt::tt_metal::Array4D({0, 0, 0, 0}), @@ -765,7 +764,6 @@ std::pair> prepare_conv_weights_biases {output_num_cores_channels, out_channels_per_core, in_channels_padded * window_h, window_w})); weight_tensor_ = ttnn::pad( - 0, weight_tensor_, tt::tt_metal::Array4D( {output_num_cores_channels, rounded_weight_block_width, in_channels_padded * window_h, window_w}), @@ -787,7 +785,6 @@ std::pair> prepare_conv_weights_biases ttnn::Shape( {1, input_num_cores_channels, in_channels_per_core * window_h * window_w, final_out_channels_padded})); weight_tensor_ = ttnn::pad( - 0, weight_tensor_, tt::tt_metal::Array4D( {1, input_num_cores_channels, rounded_weight_block_height, final_out_channels_padded}), @@ -811,7 +808,6 @@ std::pair> prepare_conv_weights_biases weight_tensor_ = ttnn::reshape( weight_tensor_, ttnn::Shape({1, window_h, window_w * in_channels_padded, out_channels_padded})); weight_tensor_ = ttnn::pad( - 0, weight_tensor_, tt::tt_metal::Array4D({1, window_h, weight_block_h_datums, out_channels_padded}), tt::tt_metal::Array4D({0, 0, 0, 0}),