2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add coverage of reverse-mode autodiff

This commit is contained in:
Matt Borland
2025-09-18 07:45:05 +02:00
parent 260f9d4f65
commit c53d28c47f

View File

@@ -53,6 +53,8 @@ jobs:
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'interpolators' }
- { name: Collect coverage autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'autodiff' }
- { name: Collect coverage reverse-autodiff, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64', suite: 'test_reverse_mode_autodiff' }
timeout-minutes: 360
runs-on: ${{matrix.os}}
container: ${{matrix.container}}