[mlir][bufferization] Allow mixed static/dynamic shapes in `materialize_in_destination` op
This commit relaxes the verifier of `bufferization.materialize_in_destination` such that mixed static/dynamic dimensions are allowed for the source and destination operands. E.g., `tensor<5xf32>` and `tensor<?xf32>` are now compatible, but it is assumed that the dynamic dimension is `5` at runtime. This commit fixes #91265.
parent
f7b0b99c
Please register or sign in to comment