-
Notifications
You must be signed in to change notification settings - Fork 505
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
Implement torch.aten.acos #2604
Comments
I would try do this. @vivekkhandelwal1 What needs to be done to implement the operator? Lowering to linalg or is it necessary to implement other lowerings? |
In order to lower this op, you have to add the |
Hi @frederik-h, if you want to work on a more complex op then you can take |
@vivekkhandelwal1 Should the ONNX support also be added as in your commit dc9ea08? |
Yes |
Required for torch-mlir. Cf. llvm/torch-mlir#2604 "Implement torch.aten.acos".
The op needs to be implemented according to the Model and op support list.
The text was updated successfully, but these errors were encountered: