We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1d400 commit 1b45c6eCopy full SHA for 1b45c6e
third_party/intel/lib/TritonIntelGPUTransforms/OptimizeBlockIOEncoding.cpp
@@ -229,9 +229,6 @@ class TritonIntelGPUOptimizeBlockIOEncodingPass
229
return;
230
}
231
MakeTensorPtrOp makeTensorPtrOp = getMakeTensorPtrOp(ptr);
232
- assert(makeTensorPtrOp &&
233
- "expecting a tensor pointer parent to block io load "
234
- "with tensor pointer type");
235
236
auto oldTensorPtrType = cast<PointerType>(makeTensorPtrOp.getType());
237
auto oldTensorType =
0 commit comments