diff options
Diffstat (limited to 'publications.json')
-rw-r--r-- | publications.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/publications.json b/publications.json index 9b66a5f..c94619b 100644 --- a/publications.json +++ b/publications.json @@ -2,17 +2,32 @@ "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, "authors": ["*various"], "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"} ] }, { |