diff options
Diffstat (limited to 'publications.json')
-rw-r--r-- | publications.json | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/publications.json b/publications.json index aa30f17..03458ab 100644 --- a/publications.json +++ b/publications.json @@ -6,6 +6,18 @@ "pubs": [ { "year": 2022, + "month": 9, + "authors": ["matthijs", "tom"], + "title": "CHAD: Combinatory Homomorphic Automatic Differentiation", + "journal": "TOPLAS", + "links": [ + {"type": "doi", "id": "10.1145/3527634"}, + {"type": "code", "url": "https://github.com/VMatthijs/CHAD"}, + {"type": "arxiv", "id": "2103.15776"} + ] + }, + { + "year": 2022, "month": 7, "authors": ["tom", "matthijs"], "title": "Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations", @@ -17,17 +29,6 @@ }, { "year": 2022, - "month": 6, - "authors": ["matthijs", "tom"], - "title": "CHAD: Combinatory Homomorphic Automatic Differentiation", - "preprint": "to be published in TOPLAS", - "links": [ - {"type": "arxiv", "id": "2103.15776"}, - {"type": "code", "url": "https://github.com/VMatthijs/CHAD"} - ] - }, - { - "year": 2022, "month": 5, "authors": ["tom", "matthijs"], "title": "Dual-Numbers Reverse AD, Efficiently", |