File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Interfaces Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def TilingInterface : OpInterface<"TilingInterface"> {
6666 /*desc=*/[{
6767 Returns a list of iterator types that describe the number of loops.
6868 }],
69- /*retType=*/"::mlir::SmallVector<utils::IteratorType>",
69+ /*retType=*/"::mlir::SmallVector<::mlir:: utils::IteratorType>",
7070 /*methodName=*/"getLoopIteratorTypes",
7171 /*args=*/(ins),
7272 /*methodBody=*/"",
@@ -353,8 +353,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
353353 /*methodName=*/"generateScalarImplementation",
354354 /*args=*/(ins
355355 "::mlir::OpBuilder &":$b,
356- "Location ":$loc,
357- "ValueRange ":$ivs),
356+ "::mlir:: Location ":$loc,
357+ "::mlir:: ValueRange ":$ivs),
358358 /*methodBody=*/"",
359359 /*defaultImplementation=*/[{
360360 return failure();
You can’t perform that action at this time.
0 commit comments