You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now attempting to use the interface, e.g in a cast, without a prior registration
314
+
of the external model will lead to a runtime error that will look similar to
315
+
this:
316
+
317
+
```
318
+
LLVM ERROR: checking for an interface (`SomeInterface`) that was promised by dialect 'mydialect' but never implemented. This is generally an indication that the dialect extension implementing the interface was never registered.
319
+
```
320
+
321
+
If you encounter this error for a dialect and an interface provided by MLIR, you
0 commit comments