With Enzyme v0.12 a few changes have been made to autodiff which are partly exposed to ParallelStencil. In this PR we wrap the necessary args to Const, add the necessary arg that checks if there is a returned value (in the test case there is Nothing -> Const).
Co-authored by Valentin Churavy during the Hackathon
With Enzyme
v0.12
a few changes have been made toautodiff
which are partly exposed to ParallelStencil. In this PR we wrap the necessary args toConst
, add the necessary arg that checks if there is a returned value (in the test case there isNothing
->Const
).Co-authored by Valentin Churavy during the Hackathon