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 3c3023c commit 19d8d13Copy full SHA for 19d8d13
mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
@@ -504,7 +504,7 @@ struct UnrollLoadGatherOp : public UnrollPattern<xegpu::LoadGatherOp> {
504
int64_t numNewChunks = originalChunkSize / blockedChunkSize;
505
506
for (auto mask : convertedMasks1D) {
507
- for (int64_t i = 0; i < numNewChunks; ++i)
+ for (int64_t i = 0; i < numNewChunks; ++i)
508
convertedMasks.push_back(mask);
509
}
510
// This is to handle the transpose effect when chunkSize > 1.
0 commit comments