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

Add rule for push!(::IdSet) #1494

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add rule for push!(::IdSet) #1494

wants to merge 3 commits into from

Conversation

ToucheSir
Copy link
Member

This is required on 1.11 because the underlying implementation changed in JuliaLang/julia@cb01a3b from using an IdDict (which Zygote can diff through) to a direct ccall.

PR Checklist

  • Tests are added
  • Documentation, if applicable

This is required on 1.11 because the underlying implementation has changed.
@ToucheSir ToucheSir added needs adjoint missing rule second order zygote over zygote, or otherwise implicit using Params, Grads labels Jan 8, 2024
@ToucheSir
Copy link
Member Author

NNlib reverse CI will be fixed by FluxML/NNlib.jl#559. DynamicPPL tests still appear unrelated. Remaining failures (not errors) don't use implicit params, and may be related to ChainRules since they're testing those rules rather than Zygote ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implicit using Params, Grads needs adjoint missing rule second order zygote over zygote, or otherwise
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant