-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[AutoDiff] Start linear_function
canonicalization skeleton
#33057
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
[AutoDiff] Start linear_function
canonicalization skeleton
#33057
Conversation
Remaining work in "TODO" comments.
Start `linear_function` canonicalization skeleton copying from `differentiable_function` canonicalization. For now, transpose function operands are filled in with `undef`.
cc @dan-zheng |
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.
Looks good!
@swift-ci Please test |
Build failed |
Build failed |
Linear map transposition will be enabled only if the flag is enabled.
@swift-ci Please test |
Build failed |
Build failed |
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.
Sorry, I missed a few minor details. Could you please address?
Co-authored-by: Dan Zheng <[email protected]>
Co-authored-by: Dan Zheng <[email protected]>
@swift-ci Please smoke test |
Start
linear_function
canonicalization skeleton copying fromdifferentiable_function
canonicalization. For now, transpose function operands are filled in withundef
.