issues
search
vgvassilev
/
clad
clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
291
stars
122
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add doc page for usage of Clad with CUDA
#1144
kchristin22
opened
11 hours ago
1
Support conversion between different clad::array instantiations
#1143
PetroZarytskyi
closed
18 hours ago
3
Fix rvalue reference's name in pullbacks
#1142
kchristin22
opened
2 days ago
2
Add CUDA 3D tensor contraction demo
#1141
kchristin22
closed
4 days ago
4
Use clad::zero_vector instead of 0 in the vectorized forward mode
#1140
PetroZarytskyi
closed
17 hours ago
8
Add CUDA demos
#1139
kchristin22
opened
5 days ago
8
Improve array_expression/array/array_ref operators
#1138
PetroZarytskyi
closed
2 days ago
2
Always use valid location when generating operators
#1137
PetroZarytskyi
closed
6 days ago
3
Remove excessive FD and request parameters from DeriveVectorMode
#1136
PetroZarytskyi
closed
6 days ago
2
Draft: Add support of CUDA shared memory
#1135
kchristin22
opened
1 week ago
0
Revert skipping creation of local adjoints for const params and declare those as non-const
#1134
kchristin22
closed
1 week ago
2
Fix _r local vars being passed to non-ref cuda kernel pullbacks
#1133
kchristin22
closed
1 week ago
18
Add tensor contraction demo
#1132
kchristin22
closed
1 week ago
3
Avoid creation of local derivative of const parameter
#1131
kchristin22
closed
2 weeks ago
3
Derivative of const value input of function is declared as const
#1130
kchristin22
closed
2 weeks ago
0
Add cudaMemset call after cudaMalloc for derivative pointers
#1129
kchristin22
closed
2 weeks ago
2
No overload found in numerical_diff namespace
#1128
ovdiiuv
opened
2 weeks ago
0
Don't create pullbacks for function with not varied parameters
#1127
ovdiiuv
closed
1 week ago
7
Lambda support in the reverse mode
#1126
gojakuch
opened
3 weeks ago
0
Calling templated functions inside function doesn't work in backwards mode
#1125
guitargeek
opened
3 weeks ago
6
Initialize derivative pointers that are allocated through malloc or realloc
#1124
kchristin22
closed
3 weeks ago
5
If stmt of break cond is not added before compound for-loop inc diff when using TBR analysis in reverse mode
#1123
kchristin22
opened
3 weeks ago
0
Add support for parameter specification in Varied Analysis
#1122
ovdiiuv
closed
3 weeks ago
3
Reimplement jacobians using the vectorized forward mode
#1121
PetroZarytskyi
closed
12 hours ago
2
[WIP] Add Useful Analysis to the forward mode
#1120
ovdiiuv
opened
1 month ago
1
Support operators defined outside of classes
#1119
PetroZarytskyi
closed
1 month ago
2
Clad crashes when a function has a default object argument
#1118
gojakuch
opened
1 month ago
0
Store/restore reference args only if they are lvalue and non-const
#1117
PetroZarytskyi
closed
1 month ago
2
Kokkos reverse mode improvements
#1116
gojakuch
closed
1 month ago
13
Add support for `Kokkos::deep_copy` in the rvs mode
#1115
gojakuch
closed
1 month ago
2
Add support of cuda kernels as pullback functions
#1114
kchristin22
closed
3 weeks ago
5
Fix synth literal function for enums
#1113
kchristin22
closed
1 month ago
7
Support LLVM19
#1112
vgvassilev
opened
1 month ago
0
Add support of CUDA device pullbacks
#1111
kchristin22
closed
1 month ago
6
Remove excessive parameters from Derive functions
#1110
PetroZarytskyi
closed
1 month ago
4
Add support for differentiation of immediate functions
#1109
MihailMihov
closed
2 weeks ago
1
clad::gradient and clad::differentiate produce different results under certain numerical conditions
#1108
ZeptoStarling
opened
1 month ago
0
Coverage CUDA self-hosted
#1107
alexander-penev
closed
1 month ago
5
Optimize TBR to handle long sums
#1106
ovdiiuv
opened
1 month ago
0
Clad fails to provide enough arguments for the pullback if the function's return value isn't used
#1105
gojakuch
opened
1 month ago
0
Handle write-race conditions in CUDA kernels: Add atomic operation
#1104
kchristin22
closed
1 month ago
11
Fix some cases of `std::vector::push_back` in the rvs mode
#1103
gojakuch
closed
1 month ago
5
Fix appendage of nullptrs to args of a CUDA kernel
#1102
kchristin22
closed
1 month ago
3
Enhance the support of std::vector and std::array in the rvs mode
#1101
gojakuch
closed
2 months ago
2
Add support for `std::vector::emplace` in both fwd and rvs modes
#1100
gojakuch
opened
2 months ago
0
Enhance the support of `std::vector` and `std::array` in the fwd mode
#1099
gojakuch
closed
2 months ago
10
Incorrect gradient differentiating parenthesis
#1098
ovdiiuv
opened
2 months ago
0
Add support for 'std::atan2' and 'std::acos'
#1097
ZeptoStarling
closed
2 months ago
5
Add support for `std::tie` and `std::make_tuple` in the reverse mode
#1096
gojakuch
opened
2 months ago
1
Add support for `std::get` and template arguments in pushforwards/pullbacks
#1095
gojakuch
opened
2 months ago
0
Next