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 3d15b7e commit a76761cCopy full SHA for a76761c
mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
@@ -26,7 +26,6 @@ using namespace mlir;
26
using namespace mlir::linalg;
27
28
/// Implementation of fusion of generic ops and indexed_generic ops.
29
-// struct FuseGenericOpsOnTensors {
30
static bool areTensorOpsFusable(LinalgOp producer, LinalgOp consumer,
31
unsigned consumerIdx) {
32
// Producer and consumer must have tensor semantics.
0 commit comments