diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-22 10:42:18 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-22 10:42:18 +0200 |
commit | 63c3be0d03df6142bb9232dabeb1c04af857dc23 (patch) | |
tree | a989556c1b7a1c7deaaf323ab558ff1e39bff9e1 | |
parent | cd036edbac56cee8b367a3b2fbbfbbb18c3d3fde (diff) |
publications: Note extended version of dualrev
-rw-r--r-- | publications.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/publications.json b/publications.json index 3f1cc2c..63c59e3 100644 --- a/publications.json +++ b/publications.json @@ -6,6 +6,18 @@ "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, "authors": ["tom", "matthijs"], "title": "Efficient CHAD", @@ -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"} ] }, { |