Cooper Simpson
Cooper Simpson
Using the existing hvp operator and the forward over back AD hvp function in this repository I have made the following modified hvp operator. ```julia mutable struct HvpOperator{F, T, I}...
When running the simulation it would be great to have some control over the mechanics of the execution. Specifically, I am referring to two items here: playback speed, and the...
Was trying out the newly added Hessian-vector product function `hvp!` on a simple quadratic and I have run into the following strange error: ```julia julia> using Enzyme: hvp! julia> n...