Closed matthewfl closed 1 week ago
I think this was recently fixed, and likely captured in the last 2-3 "internal change integrations" we merged; let me confirm
I confirmed that this was recently fixed by https://github.com/NVIDIA/TensorRT-Incubator/commit/16303566158ccb70ee44460d0d3bb082965692c8, see discussion about the tensorrt.slice
canonicalizer in the commit message body
The following mlir fails under in the canonicalizer. If I disable the
slice
canonicalizer (link), then I am able to work around the issue. It seems like the issue is relating to the canonicalizer not propagating the shape information correctly.