summaryrefslogtreecommitdiff
path: root/publications.json
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-07-21 19:20:49 +0200
committerTom Smeding <tom@tomsmeding.com>2025-07-21 19:20:59 +0200
commit4604d76cd4eb95aa2d7997a1f2f8121e391e93ab (patch)
tree5a768faeee9803d805b0b8d46cfcc82ef4addabf /publications.json
parentda4c0dcf83560bf54be8b635b7de6fce607c56ce (diff)
publications: UpdateHEADmaster
Diffstat (limited to 'publications.json')
-rw-r--r--publications.json17
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&aacute;k&aacute;r",
+ "mikolaj-konarski": "Miko&lstrok;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"}
]
},
{