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 56bc075 commit 8a9b5b4Copy full SHA for 8a9b5b4
third_party/intel/lib/TritonIntelGPUTransforms/OptimizeBlockIOEncoding.cpp
@@ -242,10 +242,6 @@ class TritonIntelGPUOptimizeBlockIOEncodingPass
242
auto oldTensorPtrType = cast<PointerType>(makeTensorPtrOp.getType());
243
auto oldTensorType =
244
cast<RankedTensorType>(oldTensorPtrType.getPointeeType());
245
- // Note: we need the old layout to get the order for the load, but it is not
246
- // clear the layout will always be Blocked. Is there a better way to get
247
- // this info?
248
- auto oldLayout = cast<BlockedEncodingAttr>(oldTensorType.getEncoding());
249
250
auto CTALayout = getCTALayout(dpasLayout);
251
const unsigned elemSizeInBits =
0 commit comments