Skip to content

Commit

Permalink
#0: Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt committed Jan 9, 2025
1 parent 8ce451f commit 7c7ac78
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions ttnn/cpp/ttnn/operations/conv/conv2d/conv2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ Result conv2d(
output_height,
output_width,
weight_tensor.get_shape()[3],
input_height,
input_width,
groups,
kernel_size,
compute_grid_size,
compute_config,
input_tensor.layout(),
Expand Down
3 changes: 0 additions & 3 deletions ttnn/cpp/ttnn/operations/conv/conv2d/conv2d_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ Conv2dConfig determine_conv_config_for_auto_shard(
uint32_t output_height,
uint32_t output_width,
uint32_t weights_width,
uint32_t input_height,
uint32_t input_width,
uint32_t groups,
std::array<uint32_t, 2> kernel_size,
const CoreCoord& compute_grid_size,
const DeviceComputeKernelConfig& compute_config,
Layout input_tensor_layout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,7 @@ static OptimizedConvBlockConfig get_opt_block_config(
output_height,
output_width,
kernel_size[1],
input_height,
input_width,
groups,
kernel_size,
device->compute_with_storage_grid_size(),
compute_config,
input_tensor_layout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ Result conv_transpose2d(
output_height,
output_width,
weight_tensor.get_shape()[3],
full_input_height,
full_input_width,
groups,
kernel_size,
compute_grid_size,
compute_config,
input_tensor.layout(),
Expand Down

0 comments on commit 7c7ac78

Please sign in to comment.