-
Notifications
You must be signed in to change notification settings - Fork 69
Split pullbacks into separate files #244
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
Conversation
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
|
I split up the functions a bit more so we can reuse some more functionality in the ChainRules extension as well. Additionally, I cleaned up some of the index magic as preparatory work to more easily define these functions in TensorKit as well, hopefully removing a bit more of the boiler plate code that is required there as well. |
lkdvos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've addressed your comments, if tests pass this should be good to go from my end.
|
LGTM, they aren't charging us by the PR so we can do touchups if needed later |
|
TBH the cuda queue is super long rn and this doesn't affect the cutensor stuff, I'm happy to just be bad and bypass merge |
Move this logic out of #243 so we can merge it without dealing with weird Enzyme segfaults.