summaryrefslogtreecommitdiff
path: root/publications.json
diff options
context:
space:
mode:
Diffstat (limited to 'publications.json')
-rw-r--r--publications.json35
1 files changed, 25 insertions, 10 deletions
diff --git a/publications.json b/publications.json
index 8108a8a..a673859 100644
--- a/publications.json
+++ b/publications.json
@@ -2,29 +2,44 @@
"authors": {
"tom": "Tom Smeding",
"matthijs": "Matthijs Vákár",
+ "mikolaj-konarski": "Mikołaj Konarski",
+ "SPJ": "Simon Peyton Jones",
+ "andrew-fitzgibbon": "Andrew Fitzgibbon",
"*various": "(various)"
},
"pubs": [
{
"year": 2025,
- "month": 5,
- "authors": ["*various"],
- "title": "Comparing Parallel Functional Array Languages: Programming and Performance",
+ "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",
"preprint": true,
"links": [
- {"type": "arxiv", "id": "2505.08906"}
+ {"type": "arxiv", "id": "2507.12640"},
+ {"type": "code", "url": "https://github.com/Mikolaj/horde-ad"}
]
},
{
- "year": 2024,
+ "year": 2025,
"month": 5,
- "authors": ["tom", "matthijs"],
- "title": "Parallel Dual-Numbers Reverse AD",
+ "authors": ["*various"],
+ "title": "Comparing Parallel Functional Array Languages: Programming and Performance",
"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"}
+ {"type": "arxiv", "id": "2505.08906"},
+ {"type": "code", "url": "https://github.com/diku-dk/CFAL-bench"}
]
},
{