From 4604d76cd4eb95aa2d7997a1f2f8121e391e93ab Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 21 Jul 2025 19:20:49 +0200 Subject: publications: Update --- publications.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/publications.json b/publications.json index 9b66a5f..c94619b 100644 --- a/publications.json +++ b/publications.json @@ -2,9 +2,23 @@ "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": 7, + "authors": ["tom", "mikolaj-konarski", "SPJ", "andrew-fitzgibbon"], + "title": "Dual-Numbers Reverse AD for Functional Array Languages", + "preprint": true, + "links": [ + {"type": "arxiv", "id": "2507.12640"}, + {"type": "code", "url": "https://github.com/Mikolaj/horde-ad"} + ] + }, { "year": 2025, "month": 5, @@ -12,7 +26,8 @@ "title": "Comparing Parallel Functional Array Languages: Programming and Performance", "preprint": true, "links": [ - {"type": "arxiv", "id": "2505.08906"} + {"type": "arxiv", "id": "2505.08906"}, + {"type": "code", "url": "https://github.com/diku-dk/CFAL-bench"} ] }, { -- cgit v1.2.3-70-g09d2