We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76777b2 commit 88125e8Copy full SHA for 88125e8
mlir/docs/Interfaces.md
@@ -285,10 +285,10 @@ int main() {
285
MLIRContext context;
286
/* ... */;
287
288
- // Register the interface model with the type in the given context before
289
- // using it. The dialect contaiing the type is expected to have been loaded
+ // Attach the interface model to the type in the given context before
+ // using it. The dialect containing the type is expected to have been loaded
290
// at this point.
291
- IntegerType::registerInterface<ExternalModelExample>(context);
+ IntegerType::attachInterface<ExternalModelExample>(context);
292
}
293
```
294
0 commit comments