Skip to content
New issue

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

Error when running build_tools/update_torch_ods.sh #4077

Open
AnaT246 opened this issue Mar 6, 2025 · 1 comment
Open

Error when running build_tools/update_torch_ods.sh #4077

AnaT246 opened this issue Mar 6, 2025 · 1 comment
Assignees

Comments

@AnaT246
Copy link

AnaT246 commented Mar 6, 2025

When I run build_tools/update_torch_ods.sh I get this error

`ERROR: Op does not match any Torch ops in Registry
Given op:
        "aten::stft : (Tensor, int, int?, int?, Tensor?, bool, bool?, bool?, bool?) -> (Tensor)"
Possible matches:
        "aten::stft : (Tensor, int, int?, int?, Tensor?, bool, bool?, bool?) -> (Tensor)"
        "aten::istft : (Tensor, int, int?, int?, Tensor?, bool, bool, bool?, int?, bool) -> (Tensor)"      
        "aten::stft.center : (Tensor, int, int?, int?, Tensor?, bool, str, bool, bool?, bool?) -> (Tensor)"
        "aten::__interpolate : (Tensor, int?, float?, str, bool?, bool?, bool) -> (Tensor)"
        "aten::_to_copy : (Tensor, int?, int?, Device?, bool?, bool, int?) -> (Tensor)"`

and then when I do git status it says that there was a modification in include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td
and that these were the changes:

changes.txt

And this happens on the main branch

@vivekkhandelwal1
Copy link
Collaborator

Can you please share the PyToch version of your build?

@vivekkhandelwal1 vivekkhandelwal1 self-assigned this Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants