Skip to content

Commit

Permalink
delete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Sep 25, 2024
1 parent ae75f93 commit 63cb029
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ bool shouldRemove(tt::MakeTensorPtrOp &op, bool isUsedByStoreOp) {
return false;
}

// TODO: support column-major tensor
// HW 2D block read instruction has restriction on pitch divisibility
if (strides.size() == 2) {
auto pitch = strides[(fastChangeDim == rank - 1) ? rank - 2 : rank - 1];
Expand Down

0 comments on commit 63cb029

Please sign in to comment.