Commit 8c38065
committed
[WIP] TF-1021: verify that retrodiff works.
Added a simple four file test:
- A: defines original function.
- B: registers derivative for original function.
- C: also registers derivative for original function.
- D: imports A, B, and C, and differentiates original function.1 parent 979914e commit 8c38065
File tree
4 files changed
+27
-0
lines changed- lib/Sema
- test/AutoDiff
- Inputs
- derivative_registration
4 files changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3906 | 3906 | | |
3907 | 3907 | | |
3908 | 3908 | | |
| 3909 | + | |
3909 | 3910 | | |
3910 | 3911 | | |
3911 | 3912 | | |
| |||
3914 | 3915 | | |
3915 | 3916 | | |
3916 | 3917 | | |
| 3918 | + | |
3917 | 3919 | | |
3918 | 3920 | | |
3919 | 3921 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments