Skip to content

Conversation

@ysiraichi
Copy link
Collaborator

@ysiraichi ysiraichi commented Nov 5, 2025

This PR updates the PyTorch pin to the head of PyTorch viable/strict branch (2025-11-04).
This update should unblock 2 PRs that need an updated version of PyTorch:

@ysiraichi
Copy link
Collaborator Author

This will take longer than I previously anticipated. So, I'm letting this go until we really need it.
For whoever takes this on:

I was able to understand why some svd tests are failing.
Because of pytorch/pytorch#164939, PyTorch stopped registering CompositeImplicitAutograd kernels to the Functionalize dispatch-key. In summary, this means that we can now create kernels for them. The svd operation is one of them. The problem is that we already have an svd kernel. Which means that it will get called instead of the CompositeImplicitAutograd kernel (which called _linalg_svd).

Feel free to re-open this if needed.

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.

2 participants