Skip to content
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

[SR-11879] [AutoDiff] Make 'AnyDerivative' @frozen #54294

Closed
rxwei opened this issue Dec 1, 2019 · 2 comments
Closed

[SR-11879] [AutoDiff] Make 'AnyDerivative' @frozen #54294

rxwei opened this issue Dec 1, 2019 · 2 comments
Assignees
Labels
AutoDiff compiler The Swift compiler in itself task

Comments

@rxwei
Copy link
Member

rxwei commented Dec 1, 2019

Previous ID SR-11879
Radar rdar://problem/57549236
Original Reporter @rxwei
Type Task
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Task, AutoDiff
Assignee @rxwei
Priority Medium

md5: 45e22857f3e449e06fbc98a6c1ee628a

Issue Description:

AnyDerivative must be @frozen to support efficient differentiable currying. Making it @frozen will require adding a bunch of @usableFromInline attributes to related types, properties and methods, so it should be done with a dedicated patch.

@beccadax
Copy link
Contributor

beccadax commented Dec 2, 2019

@swift-ci create

@rxwei
Copy link
Member Author

rxwei commented Dec 2, 2019

Done in #28518

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoDiff compiler The Swift compiler in itself task
Projects
None yet
Development

No branches or pull requests

2 participants