From 63c3be0d03df6142bb9232dabeb1c04af857dc23 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 22 Jul 2024 10:42:18 +0200 Subject: publications: Note extended version of dualrev --- publications.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/publications.json b/publications.json index 3f1cc2c..63c59e3 100644 --- a/publications.json +++ b/publications.json @@ -4,6 +4,18 @@ "matthijs": "Matthijs Vákár" }, "pubs": [ + { + "year": 2024, + "month": 5, + "authors": ["tom", "matthijs"], + "title": "Parallel Dual-Numbers Reverse AD", + "preprint": true, + "note": "Extended version of 2023-01, submitted to JFP.", + "links": [ + {"type": "arxiv", "id": "2207.03418"}, + {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} + ] + }, { "year": 2024, "month": 1, @@ -23,9 +35,9 @@ "title": "Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations", "conference": "POPL 2023", "links": [ - {"type": "arxiv", "id": "2207.03418", "note": "with appendices"}, + {"type": "arxiv", "id": "2207.03418v2", "note": "with appendices"}, {"type": "doi", "id": "10.1145/3571247"}, - {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"} + {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th/tree/artifact"} ] }, { -- cgit v1.2.3-70-g09d2