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 716f589 commit 3241805Copy full SHA for 3241805
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