Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of cuda kernels as pullback functions #1114

Merged
merged 11 commits into from
Oct 29, 2024

Specify true args in BuildCallToCustomDerivativeOrNumericalDiff

5f8b54b
Select commit
Loading
Failed to load commit list.
Merged

Add support of cuda kernels as pullback functions #1114

Specify true args in BuildCallToCustomDerivativeOrNumericalDiff
5f8b54b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 28, 2024 in 0s

94.42% (+0.02%) compared to 72f0edd

View this Pull Request on Codecov

94.42% (+0.02%) compared to 72f0edd

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.42%. Comparing base (72f0edd) to head (5f8b54b).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1114      +/-   ##
==========================================
+ Coverage   94.39%   94.42%   +0.02%     
==========================================
  Files          50       50              
  Lines        8713     8729      +16     
==========================================
+ Hits         8225     8242      +17     
+ Misses        488      487       -1     
Files with missing lines Coverage Δ
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
include/clad/Differentiator/ReverseModeVisitor.h 97.32% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/CladUtils.cpp 94.40% <100.00%> (+0.05%) ⬆️
lib/Differentiator/DerivativeBuilder.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.63% <100.00%> (+0.04%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.27% <100.00%> (ø)

... and 2 files with indirect coverage changes

Files with missing lines Coverage Δ
include/clad/Differentiator/DerivativeBuilder.h 100.00% <ø> (ø)
include/clad/Differentiator/ReverseModeVisitor.h 97.32% <ø> (ø)
include/clad/Differentiator/VisitorBase.h 100.00% <ø> (ø)
lib/Differentiator/CladUtils.cpp 94.40% <100.00%> (+0.05%) ⬆️
lib/Differentiator/DerivativeBuilder.cpp 100.00% <100.00%> (ø)
lib/Differentiator/ReverseModeVisitor.cpp 95.63% <100.00%> (+0.04%) ⬆️
lib/Differentiator/VisitorBase.cpp 97.27% <100.00%> (ø)

... and 2 files with indirect coverage changes