File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Dialect/Bufferization/TransformOps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ def OneShotBufferizeOp
69
69
def Transform_EmptyOp : Transform_ConcreteOpType<"tensor.empty">;
70
70
def Transform_AllocTensorOp : Transform_ConcreteOpType<"bufferization.alloc_tensor">;
71
71
72
- def EmptyTensorToAllocTensorOp
72
+ def EmptyTensorToAllocTensorOp
73
73
: Op<Transform_Dialect, "bufferization.empty_tensor_to_alloc_tensor",
74
- [FunctionalStyleTransformOpTrait,
74
+ [FunctionalStyleTransformOpTrait,
75
75
MemoryEffectsOpInterface,
76
76
TransformOpInterface,
77
77
TransformEachOpTrait]> {
78
78
let description = [{
79
79
Replace a tensor.empty with a bufferization.tensor_alloc.
80
-
80
+
81
81
### Return modes
82
82
83
83
This operation consumes the `target` handle and produces the `transformed`
You can’t perform that action at this time.
0 commit comments