-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cassette doesn't recurse through into Core._apply_iterate
#155
Comments
Hi, I'd like to re-open this since the aforementioned downstream issue has not disappeared: triscale-innov/GFlops.jl#6. Here is a minimal example, which is working with Cassette v0.3.1 and Julia 1.3 but not with Julia nightly:
we would expect to see a call to
I could of course change GFlops.jl tests so that this (admittedly infrequent) case is not tested, but I feel like this might perhaps indicate that there are still deeper issues affecting Cassette with Julia nightly... Please don't hesitate to tell me if I can do anything to help! |
This caused the following downstream issue: triscale-innov/GFlops.jl#6.
JuliaInterpreter also had to deal with this (JuliaDebug/JuliaInterpreter.jl#350).
The text was updated successfully, but these errors were encountered: