[Analysis] Added Axis Info Analysis (#8)
This commit is contained in:
@@ -23,3 +23,8 @@ void TritonDialect::initialize() {
|
||||
|
||||
// We can also add interface here.
|
||||
}
|
||||
|
||||
Operation *TritonDialect::materializeConstant(OpBuilder &builder, Attribute value,
|
||||
Type type, Location loc) {
|
||||
return builder.create<arith::ConstantOp>(loc, type, value);
|
||||
}
|
Reference in New Issue
Block a user