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

[Torch] Implements TorchToLinalg lowering of torch.ops.aten._weight_norm_interface #3538

Merged
merged 6 commits into from
Jul 16, 2024

Conversation

rohan-tan-bhowmik
Copy link
Collaborator

Resolves nod-ai/SHARK-Turbine#757.

Adds TorchToLinalg lowering for Aten_WeightNormInterfaceOp.

@rohan-tan-bhowmik
Copy link
Collaborator Author

Since the ONNX test on _weight_norm_interface has been failing due to it not being a ONNX supported TorchScript operator, I've put the WeightNormInterfaceModule test under ONNX_XFAIL_SET. I've also opened pytorch/pytorch#130644 to see if it can be implemented, removing the need for an XFAIL.

@rsuderman rsuderman self-requested a review July 12, 2024 23:25
@renxida renxida enabled auto-merge (squash) July 16, 2024 08:04
@renxida renxida merged commit 0791a88 into llvm:main Jul 16, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

torch.aten._weight_norm_interface
4 participants