-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix Matern AD failures #528
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
... and 18 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
I opened FluxML/Zygote.jl#1464 to track the issue that was unmasked here, as it will be masked once this is merged. |
Bump. I think this should be merged if there are no blockers/change requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. Yeah, let's merge this.
Please bump the patch version before merging.
That being said -- do you know whether it's possible that the performance failures in |
I don't think so. The performance seems to be the number of allocations not being deterministic anymore in Julia 1.9 vs. Julia 1.8, see #530. I haven't had time to look at the detailed profile output to understand where the occasional +1 allocation comes from. |
Now that JuliaGaussianProcesses/KernelFunctions.jl#528 has been merged, we can try re-enabling the `PeriodicKernel`
Should provide a fix for #526 while the issues revolving around Distances/Zygote/ChainRulesCore are still open.