Matthias Springer 9d4b20a44e
[mlir][bufferization] Allow mixed static/dynamic shapes in materialize_in_destination op (#92681)
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.
2024-06-01 12:04:56 +02:00
..