summaryrefslogtreecommitdiff
path: root/publications.json
diff options
context:
space:
mode:
Diffstat (limited to 'publications.json')
-rw-r--r--publications.json16
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"}
]
},
{