Skip to content

Commit

Permalink
Remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfmorel committed Feb 9, 2025
1 parent 931b473 commit 538566a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -555,24 +555,6 @@ def BroadcastOp : LinalgStructuredBase_Op<"broadcast", [
// Op definition for MatmulOp
//===----------------------------------------------------------------------===//


// DONOTMERGE(rolfmorel): explain why the below is necessary
class DefaultValuedContextDependentAttr<Attr attr,
string builderCall,
string default> :
Attr<attr.predicate, attr.summary> {
let storageType = attr.storageType;
let returnType = attr.returnType;
let convertFromStorage = attr.convertFromStorage;
let constBuilderCall = builderCall; // DONOTMERGE(rolfmorel): explain why this needs to be a parameter
let defaultValue = default;
let valueType = attr.valueType;
let isOptional = 1;

let baseAttr = attr;
}


def MatmulOp : LinalgStructuredBase_Op<"matmul", [
AttrSizedOperandSegments,
LinalgContractionOpInterface]> {
Expand Down

0 comments on commit 538566a

Please sign in to comment.