Skip to content

Commit

Permalink
#0: added transpose shards arg, but whb0 with RM has some flipped gri…
Browse files Browse the repository at this point in the history
…d issue
  • Loading branch information
mywoodstock committed Jun 27, 2024
1 parent 41d7e34 commit 3ca5666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def run(self, input_tensor, device, batch_size, ops_parallel_config, conv_op_cac
# TODO: fix the need to do the reshard here
mem_config = ttnn.create_sharded_memory_config_(
ttnn.Shape([self.batch_size * x_height * x_width, 64]),
ttnn.CoreGrid(x=7, y=8),
ttnn.CoreGrid(x=8, y=7),
ttnn.TensorMemoryLayout.HEIGHT_SHARDED,
ttnn.ShardOrientation.ROW_MAJOR,
tile_layout=True,
Expand Down

0 comments on commit 3ca5666

Please sign in to comment.