-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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][stdlib] Add JVPs to SIMDDifferentiation.swift.gyb #32854
Conversation
cc @dan-zheng |
Adding the following test (similar to the reverse-mode one in Stack dump:
The test:
|
I'll try to reproduce the compiler crash. Conclusion: we narrowed down the failing test case (SR-13210) and commented it out for now. We can investigate the underlying issue later. |
I'm only seeing a lot of SIL that ends with:
|
@swift-ci Please smoke test |
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.
Could you add these to swift-numerics as well?
@swift-ci Please smoke test |
To clarify, I didn't mean moving SIMD derivatives. I meant adding JVPs to swift-numerics for operations that already have a VJP such as |
Adds JVPs to
Add JVPs to SIMDDifferentiation.swift.gyb