forked from OSchip/llvm-project
NFC comment-only cleanups
- Remove leftover comment from de2568aab8
- Fix a typo in a comment
This commit is contained in:
parent
3d15b7e7df
commit
a76761cf0d
|
@ -26,7 +26,6 @@ using namespace mlir;
|
|||
using namespace mlir::linalg;
|
||||
|
||||
/// Implementation of fusion of generic ops and indexed_generic ops.
|
||||
// struct FuseGenericOpsOnTensors {
|
||||
static bool areTensorOpsFusable(LinalgOp producer, LinalgOp consumer,
|
||||
unsigned consumerIdx) {
|
||||
// Producer and consumer must have tensor semantics.
|
||||
|
|
Loading…
Reference in New Issue