Skip to content

Commit 1b45c6e

Browse files
alexbadenwhitneywhtsang
authored andcommitted
remove unnecessary assert
1 parent 6c1d400 commit 1b45c6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/intel/lib/TritonIntelGPUTransforms/OptimizeBlockIOEncoding.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ class TritonIntelGPUOptimizeBlockIOEncodingPass
229229
return;
230230
}
231231
MakeTensorPtrOp makeTensorPtrOp = getMakeTensorPtrOp(ptr);
232-
assert(makeTensorPtrOp &&
233-
"expecting a tensor pointer parent to block io load "
234-
"with tensor pointer type");
235232

236233
auto oldTensorPtrType = cast<PointerType>(makeTensorPtrOp.getType());
237234
auto oldTensorType =

0 commit comments

Comments
 (0)