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
Well they provide an internal trait SameVariadicResultSize, bypassing the need of an explicit encoding of each variadic result's size here, because as cleary stated by the name, one can just infer it easily.
Except xDSL cannot at the moment. 😢
The text was updated successfully, but these errors were encountered:
Symptom: xDSL's
memref.extract_strided_metadata
is incompatible with MLIR's(I wasn't sure which one should be title or subtitle)
Introduced by:
(The op was not defined before so at least handlable as unregistered - not possible to interoperate it in custom syntax now.)
This operation has two variadic results, which in xDSL enforces to have
And thus expect the related attribute.
Except MLIR prints it without it:
What trickery is this, you might ask 🧙
Well they provide an internal trait
SameVariadicResultSize
, bypassing the need of an explicit encoding of each variadic result's size here, because as cleary stated by the name, one can just infer it easily.Except xDSL cannot at the moment. 😢
The text was updated successfully, but these errors were encountered: