diff options
Diffstat (limited to 'publications.json')
-rw-r--r-- | publications.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/publications.json b/publications.json index c94619b..a673859 100644 --- a/publications.json +++ b/publications.json @@ -10,6 +10,18 @@ "pubs": [ { "year": 2025, + "month": 8, + "authors": ["tom", "matthijs"], + "title": "Parallel dual-numbers reverse AD", + "journal": "JFP", + "note": "Extended version of 2023-01.", + "links": [ + {"type": "doi", "id": "10.1017/S0956796825100051"}, + {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} + ] + }, + { + "year": 2025, "month": 7, "authors": ["tom", "mikolaj-konarski", "SPJ", "andrew-fitzgibbon"], "title": "Dual-Numbers Reverse AD for Functional Array Languages", @@ -32,18 +44,6 @@ }, { "year": 2024, - "month": 5, - "authors": ["tom", "matthijs"], - "title": "Parallel Dual-Numbers Reverse AD", - "preprint": true, - "note": "Extended version of 2023-01, to be published in JFP.", - "links": [ - {"type": "arxiv", "id": "2207.03418"}, - {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} - ] - }, - { - "year": 2024, "month": 1, "authors": ["tom", "matthijs"], "title": "Efficient CHAD", |