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 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit 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

@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.

@ToucheSir ToucheSir closed this Sep 22, 2024
@ToucheSir ToucheSir reopened this Sep 22, 2024
This is required on 1.11 because the underlying implementation has changed.
@ToucheSir
Copy link
Member Author

Revisiting this because it squashes one error on nightly that is making all PRs fail. It does expose another error related to try-catch, but I imagine #1474 would help with that.

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.

1 participant