Skip to content

Commit 63cb029

Browse files
committed
delete todo
1 parent ae75f93 commit 63cb029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/intel/lib/TritonIntelGPUTransforms/RewriteTensorPointer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ bool shouldRemove(tt::MakeTensorPtrOp &op, bool isUsedByStoreOp) {
6363
return false;
6464
}
6565

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

0 commit comments

Comments
 (0)