a7d40e8237
The new release includes some improvements in Reverse mode: * Reduce the quadratic cloning complexity to linear. * Support variable reassignments pontentially depending on control flow. * Support operators `+=`, `-=`, `*=`, `/=`, `,`, `++`, `--`. * Allow assignments to array subscripts. * Support nested assignments in expressions `a = b * ((c ? d : e) = f = g);` * Enable differentiation of for-loops See more at: https://github.com/vgvassilev/clad/blob/v0.6/docs/ReleaseNotes.md This patch enables us to upgrade to llvm9. Clad supports from clang5 to clang9. |
||
---|---|---|
.. | ||
clad | ||
example | ||
CMakeLists.txt |