We are catching up on upstream development in our local repo, and we ran into an issue: pointer annotation on buffer variables blocks buffer type casting. See https://discuss.tvm.apache.org/t/type-casting-a-buffer/4035 for more details. In short, given a buffer of one data type, we want to be able to access it using different data types. What we do is that we create a new buffer (via `decl_buffer`), and use the same buffer variable, but with different data type.
How can we get this to work with the annotations in place? --- [Visit Topic](https://discuss.tvm.apache.org/t/pointer-type-checking-on-buffer-var-breaks-buffer-type-casting/8252/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/fb9b7dec9f70a0186ba22e634468b06c1a46f7e7e45798b69b0a083c38b9bdd6).