Manish Kausik H
Manish Kausik H
The issue seems to be in this [line](https://github.com/vgvassilev/clad/blob/1181f696641b61dcbbf2301a3651f6bb9ccf0792/lib/Differentiator/ReverseModeVisitor.cpp#L1919), which expects sequential ordering of references to the output array
cc @vgvassilev @sudo-panda for review
@vgvassilev @parth-07 The clad code in this pull request throws the error "cannot initialize a parameter of type 'double (double *)' with an lvalue of type 'double (double *)'" during...
@parth-07 No, I am not able to print the generated function. The same error is thrown when I attempt to print it.
> > @parth-07 No, I am not able to print the generated function. The same error is thrown when I attempt to print it. > > Have you tried printing...
> > "cannot initialize a parameter of type 'double (double *)' with an lvalue of type 'double (double *)'" > > The error suggests that you are using an incorrect...
This code runs on my machine, but here the tests throw the error ``` fatal: could not create work tree dir 'Enzyme': Permission denied```. How do I deal with this...
Now I am getting the below error in the CI tests: ``` CMake Error: Could not open file for write in copy operation /usr/local/EnzymeAD/tmp/Enzyme-mkdirs.cmake.tmp ``` I am not getting this...
> > Now I am getting the below error in the CI tests: > > ``` > > CMake Error: Could not open file for write in copy operation /usr/local/EnzymeAD/tmp/Enzyme-mkdirs.cmake.tmp...
Its mentioned in the Enzyme website that Enzyme has been tested against LLVM 7,8,9,10,11,12. I personally tested it against LLVM 13 and 14 and it works. Maybe the lower versions...