JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
369 stars 34 forks source link

contextual tagging documentation #50

Open jrevels opened 6 years ago

jrevels commented 6 years ago

...because if you're gonna break the compiler you should at least know how to break it properly

vchuravy commented 6 years ago

... I shot the sheriff, but I did not shoot the deputy

jrevels commented 6 years ago

Last night, I had to make a decision - either finish my JuliaCon talk, or finish the docs. Guess which I chose 😛

Luckily, I did get through most of the docs before the v0.1.0 release. The only thing left here is the contextual tagging documentation, which I'll try to have up by the end of JuliaCon.

femtomc commented 5 years ago

Any news on this? Been running into issues with tagging: #133. Seems like a really interesting feature :)

darsnack commented 3 years ago

Leaving this here for people who feel like tagged values are what they need for their project but have no clue what they actually are or how they work: the aforementioned JuliaCon talk explains tags

darsnack commented 3 years ago

Here are gists of toy examples: forward mode AD and reverse mode AD