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 175bab3 commit beb6babCopy full SHA for beb6bab
mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
@@ -374,7 +374,7 @@ struct LowerGpuOpsToROCDLOpsPass final
374
if (!allowedDialectsSet.empty() && !allowed)
375
continue;
376
377
- auto iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
+ auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
378
if (!iface) {
379
// Error out if dialect was explicily specified but doesn't implement
380
// conversion interface.
0 commit comments