diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-07-21 19:20:49 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-07-21 19:20:59 +0200 |
commit | 4604d76cd4eb95aa2d7997a1f2f8121e391e93ab (patch) | |
tree | 5a768faeee9803d805b0b8d46cfcc82ef4addabf | |
parent | da4c0dcf83560bf54be8b635b7de6fce607c56ce (diff) |
-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"} ] }, { |