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 197a73f commit b1d4265Copy full SHA for b1d4265
mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
@@ -331,7 +331,7 @@ promoteSubViews(ImplicitLocOpBuilder &b,
331
332
// Copy data into the promoted buffers. Use callback if provided.
333
for (auto v : options.subViews) {
334
- auto info = promotionInfoMap.find(v.first);
+ auto *info = promotionInfoMap.find(v.first);
335
if (info == promotionInfoMap.end())
336
continue;
337
if (options.operandsNumbersToCopyIn.count(v.first) == 0)
0 commit comments