iree icon indicating copy to clipboard operation
iree copied to clipboard

Remove torch strict symbolic shape setup passes.

Open stellaraccident opened this issue 1 year ago • 0 comments

As of https://github.com/llvm/torch-mlir/pull/3319, upstream now sets the strict attribute on functions produced via fx/dynamo, so we don't have to do it locally. The following can be removed (and all impl/support): https://github.com/iree-org/iree/blob/main/compiler/plugins/input/Torch/InputConversion/Passes.cpp#L40

To account for any IR in the wild, maybe plan to drop this in ~July 2024.

stellaraccident avatar May 10 '24 21:05 stellaraccident