File tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Interfaces 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"> {
66
66
/*desc=*/[{
67
67
Returns a list of iterator types that describe the number of loops.
68
68
}],
69
- /*retType=*/"::mlir::SmallVector<utils::IteratorType>",
69
+ /*retType=*/"::mlir::SmallVector<::mlir:: utils::IteratorType>",
70
70
/*methodName=*/"getLoopIteratorTypes",
71
71
/*args=*/(ins),
72
72
/*methodBody=*/"",
@@ -353,8 +353,8 @@ def TilingInterface : OpInterface<"TilingInterface"> {
353
353
/*methodName=*/"generateScalarImplementation",
354
354
/*args=*/(ins
355
355
"::mlir::OpBuilder &":$b,
356
- "Location ":$loc,
357
- "ValueRange ":$ivs),
356
+ "::mlir:: Location ":$loc,
357
+ "::mlir:: ValueRange ":$ivs),
358
358
/*methodBody=*/"",
359
359
/*defaultImplementation=*/[{
360
360
return failure();
You can’t perform that action at this time.
0 commit comments