Issues
- 2
Missing derivative description for `fabs`
#1162 opened by MaxSagebaum - 0
Documentation for full code output
#1156 opened by MaxSagebaum - 3
Segfault on anonymous struct
#1151 opened by MaxSagebaum - 0
Optimize TBR to handle long sums
#1106 opened by ovdiiuv - 1
- 0
Handle variadic pullbacks
#1150 opened by kchristin22 - 0
[Documentation] Add folder for implementation details
#1145 opened by kchristin22 - 2
Clarifications about peruse of local variables.
#1057 opened by nestor013 - 0
- 0
No overload found in numerical_diff namespace
#1128 opened by ovdiiuv - 6
Calling templated functions inside function doesn't work in backwards mode
#1125 opened by guitargeek - 0
If stmt of break cond is not added before compound for-loop inc diff when using TBR analysis in reverse mode
#1123 opened by kchristin22 - 4
- 0
- 0
Clad fails to provide enough arguments for the pullback if the function's return value isn't used
#1105 opened by gojakuch - 5
- 1
- 1
- 0
Support LLVM19
#1112 opened by vgvassilev - 0
clad::gradient and clad::differentiate produce different results under certain numerical conditions
#1108 opened by ZeptoStarling - 0
- 0
Incorrect gradient differentiating parenthesis
#1098 opened by ovdiiuv - 0
Add support for `std::vector::size()`
#1081 opened by gojakuch - 0
- 1
Clad crashes when trying to initialise a class type declaration in the reverse mode
#1082 opened by gojakuch - 1
- 0
- 0
Update the derivative function's signature
#1091 opened by kchristin22 - 0
Add support for Varied Analysis in the forward mode
#1089 opened by ovdiiuv - 7
Use the `std::vector<>` namespace when declaring a size_type var for STL containers
#1072 opened by kchristin22 - 0
- 5
- 0
Providing a custom `constructor_reverse_forw` only for one signature results into other signatures crashing
#1064 opened by gojakuch - 0
- 0
For loops produce noncompilable code in the reverse mode
#1078 opened by gojakuch - 1
- 0
Use `VisitorBase::getZeroInit()` or `ConstantFolder::synthesizeLiteral()` for assignments and initializations of variables
#1074 opened by kchristin22 - 0
- 0
Clad generates noncompilable code for STL containers (and constructors in general) in the reverse mode
#1066 opened by gojakuch - 0
Avoid modifying existing classes by inserting methods for pushforwards/pullbacks
#1052 opened by gojakuch - 0
- 0
Change lambda function differentiation to produce valid source code and work with lambda functions with captures (reverse mode)
#1054 opened by gojakuch - 0
Change lambda function differentiation to produce valid source code and work with lambda functions with captures (fwd mode)
#1053 opened by gojakuch - 0
Adjoints of class-type arguments are not updated in function call differentiation
#1044 opened by parth-07 - 0
Template custom derivatives do not get selected by overload resolution due to lost type conversions in `ImplicitCastExpr` nodes
#1043 opened by parth-07 - 3
Support for default arguments
#1028 opened by davidlange6 - 1
Differentiating a range-based for loop with a single-stmt body leads to incorrect tape pushes
#1033 opened by PetroZarytskyi - 0
Unnecessary warning when differentiating a function that mutates its array arg
#1035 opened by ZeptoStarling - 0
- 1
Simplify generated code by eliminating zero terms to make it more readable
#1026 opened by gediminasel