Parth

Results 103 comments of Parth

> @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...

> @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 the derived function...

> "cannot initialize a parameter of type 'double (double *)' with an lvalue of type 'double (double *)'" The error suggests that you are using an incorrect value category (https://en.cppreference.com/w/cpp/language/value_category)...

> 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 > ```...

> > > Now I am getting the below error in the CI tests: > > > ``` > > > CMake Error: Could not open file for write in...

> Where do I install it, is the build_dir a good place? Any non-root directory should work for the debugging purpose right now. We would like things to work as...

> 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...

> @parth-07 Enzyme fails during build in my System when built with llvm 6, with the same errors as thrown by the CI module, for example osx-clang-runtime6 I only meant...

> As per @parth-07's comments, added the same workaround for #459 Which workaround did you use? And can you please briefly explain why was any workaround required for error estimation...

> > Which workaround did you use? And can you please briefly explain why was any workaround required for error estimation here? > > By workaround I mean using what...