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 30213e9 commit 26e7e1cCopy full SHA for 26e7e1c
mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
@@ -252,7 +252,7 @@ def LinalgStructuredInterface
252
/*args=*/(ins),
253
/*methodBody=*/"",
254
/*defaultImplementation=*/[{
255
- return getNumParallelLoops() == getNumParallelLoops();
+ return getNumParallelLoops() == getNumLoops();
256
}]
257
>,
258
InterfaceMethod<
0 commit comments