autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Autogenic differentiation

Results 3 autogen issues
Sort by recently updated
recently updated
newest added

To build with `-Wall -Wextra` on linux with clang-12, I needed to disable the following warnings: ``` -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-local-typedefs -Wno-sign-compare -Wno-inconsistent-missing- -Wno-overloaded-virtual ``` I'm happy to sort them...

See https://llvm.org/docs/CompileCudaWithLLVM.html First load symbols from `C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat` The following command runs on Windows (MSVC 2019) to compile generated CUDA code through Clang (tested on Clang 13...

Currently the generated code uses `double` as scalar type. Make it variable, not via a [typedef](https://github.com/eric-heiden/autogen/blob/main/include/autogen/core/base.hpp) that requires recompilation of the entire autogen (Python) package.