Skip to content

Commit a377d2c

Browse files
authored
Merge pull request #1328 from demroz/gradient-optimizers
Gradient optimizers
2 parents bf511b4 + 2a63c30 commit a377d2c

File tree

544 files changed

+24652
-2750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+24652
-2750
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main(ctx):
1818
things_to_test = [ "special_fun", "distribution_tests", "mp", "misc", "interpolators", "quadrature", "autodiff", "long-running-tests", "float128_tests", "concepts" ]
1919
gcc13_things_to_test = [ "special_fun", "distribution_tests", "mp", "misc", "interpolators", "quadrature", "autodiff", "long-running-tests", "float128_tests", "concepts", "new_floats" ]
2020
sanitizer_test = [ "special_fun", "distribution_tests", "misc", "interpolators", "quadrature", "float128_tests" ]
21-
reverse_mode_autodiff_test = [ "test_reverse_mode_autodiff", "autodiff-long-running-tests" ]
21+
reverse_mode_autodiff_test = [ "test_reverse_mode_autodiff", "autodiff-long-running-tests", "gradient_based_optimizers" ]
2222
gnu_5_stds = [ "gnu++14", "c++14" ]
2323
gnu_6_stds = [ "gnu++14", "c++14", "gnu++17", "c++17" ]
2424
clang_6_stds = [ "c++14", "c++17" ]

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'autodiff' }
5656
- { name: Collect coverage reverse-autodiff, coverage: yes,
5757
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff' }
58+
- { name: Collect coverage gradient-optimizers, coverage: yes,
59+
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'gradient_based_optimizers' }
5860
timeout-minutes: 360
5961
runs-on: ${{matrix.os}}
6062
container: ${{matrix.container}}
Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)