Skip to content

Remove FillArrays dependency to reduce import times #257

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

Merged
merged 13 commits into from
Mar 26, 2023
Merged

Conversation

ChrisRackauckas
Copy link
Member

It was added in b3ed973 but in SciML/DataInterpolations.jl#129 it has been identified as one of the main import time contributions. It's only necessary for the Zygote rules, and not even ChainRules but specifically Zygote.@adjoint, so they are simply moved to a Zygote extension and use FillArrays from Zygote to achieve the same goal.

It was added in b3ed973 but in SciML/DataInterpolations.jl#129 it has been identified as one of the main import time contributions. It's only necessary for the Zygote rules, and not even ChainRules but specifically `Zygote.@adjoint`, so they are simply moved to a Zygote extension and use FillArrays from Zygote to achieve the same goal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant