We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of llvm/torch-mlir#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.
The text was updated successfully, but these errors were encountered:
stellaraccident
No branches or pull requests
As of llvm/torch-mlir#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.
The text was updated successfully, but these errors were encountered: