aboutsummaryrefslogtreecommitdiff
path: root/src/Numeric/ADDual/Internal.hs
Commit message (Collapse)AuthorAge
* Remove redundant Num constraint on writeTapeTom Smeding2025-02-23
|
* Optimise by backpropagating scalar computation in CTom Smeding2025-02-23
|
* Working tests and benchmarks against 'ad'Tom Smeding2025-02-21
|
* Evaluate result Dual before backpropagatingTom Smeding2025-02-21
| | | | | This ensures that the tape is actually created/written before we start backpropagating over it, lol.
* Nicer API for writing Dual instancesTom Smeding2025-02-21
|
* Add (toggleable) debug codeTom Smeding2025-02-21
|
* Try debugging crashTom Smeding2025-02-20
|
* Attempt at a benchmark (crashes)Tom Smeding2025-02-20