-
Notifications
You must be signed in to change notification settings - Fork 68
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
base: master
Are you sure you want to change the base?
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. |
Move this logic out of #243 so we can merge it without dealing with weird Enzyme segfaults.