Penelope Yong

Results 323 comments of Penelope Yong

I think this is ready for a final review. I wrote up docs here too which show how you can extend the interface to handle custom types: http://turinglang.org/AbstractPPL.jl/previews/PR100/api/#VarName-serialisation

One day when the interface has settled I'll write docs with an example, although it will probably go on the docs repo, not here.

Very nice package! From a logistical point of view, in Turing's docs, we should not include _code_ from packages that depend on TuringLang packages (i.e. reverse dependencies). There are a...

#406 handles the worst case of this (where all the `Foo.gradient` calls for multiple backends `Foo` were in a single big function). There are still a number of isolated ForwardDiff...

Hi @miguelbiron, thanks for reporting! I don't know exactly what causes this, but I could hazard a guess. The `_import_rrule` method we need isn't defined in Enzyme itself but rather...

https://github.com/JuliaLang/julia/issues/56204

Hehe, seems that that was quite a wide-ranging change. We didn't even use `get_extension` anywhere and it still broke (maybe Enzyme does, I didn't look too closely). I've just adopted...