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
This operation is useful for many reasons with one use-case being passing memrefs across function calls. By combining it with barepointer calling convention, one can choose how the base pointer and the various metadata of a memref are passed to functions.
The text was updated successfully, but these errors were encountered:
See https://mlir.llvm.org/docs/Dialects/MemRef/#memrefreinterpret_cast-memrefreinterpretcastop
This operation is useful for many reasons with one use-case being passing memrefs across function calls. By combining it with barepointer calling convention, one can choose how the base pointer and the various metadata of a memref are passed to functions.
The text was updated successfully, but these errors were encountered: