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 3ad0633 commit 5a388a3Copy full SHA for 5a388a3
lib/Conversion/XeGPUToXeVM/XeGPUToXeVM.cpp
@@ -275,12 +275,6 @@ class LoadStorePrefetchNdToXeVMPattern : public OpConversionPattern<OpType> {
275
auto tileW = tdescTy.getDimSize(1);
276
auto tileH = tdescTy.getDimSize(0);
277
int32_t vblocks = tdescTy.getArrayLength();
278
- // TODO: Why is vblocks calculated like this?
279
- // if (elemBitSize == 16) {
280
- // vblocks = (tileW + 16 - 1) / 16;
281
- // tileW = 16;
282
- // }
283
-
284
if constexpr (std::is_same_v<OpType, StoreNdOp>) {
285
VectorType srcVecTy = cast<VectorType>(op.getValue().getType());
286
auto l1 = translateStoreXeGPUCacheHint(op.getL1Hint());
0 commit comments