summaryrefslogtreecommitdiff
path: root/publications.json
diff options
context:
space:
mode:
Diffstat (limited to 'publications.json')
-rw-r--r--publications.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/publications.json b/publications.json
new file mode 100644
index 0000000..aa30f17
--- /dev/null
+++ b/publications.json
@@ -0,0 +1,61 @@
+{
+ "authors": {
+ "tom": "Tom Smeding",
+ "matthijs": "Matthijs Vákár"
+ },
+ "pubs": [
+ {
+ "year": 2022,
+ "month": 7,
+ "authors": ["tom", "matthijs"],
+ "title": "Efficient Dual-Numbers Reverse AD via Well-Known Program Transformations",
+ "preprint": "submitted to POPL",
+ "links": [
+ {"type": "arxiv", "id": "2207.03418"},
+ {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"}
+ ]
+ },
+ {
+ "year": 2022,
+ "month": 6,
+ "authors": ["matthijs", "tom"],
+ "title": "CHAD: Combinatory Homomorphic Automatic Differentiation",
+ "preprint": "to be published in TOPLAS",
+ "links": [
+ {"type": "arxiv", "id": "2103.15776"},
+ {"type": "code", "url": "https://github.com/VMatthijs/CHAD"}
+ ]
+ },
+ {
+ "year": 2022,
+ "month": 5,
+ "authors": ["tom", "matthijs"],
+ "title": "Dual-Numbers Reverse AD, Efficiently",
+ "preprint": true,
+ "links": [
+ {"type": "arxiv", "id": "2205.11368"},
+ {"type": "code", "url": "https://github.com/tomsmeding/ad-dualrev-th"}
+ ]
+ },
+ {
+ "year": 2021,
+ "authors": ["tom"],
+ "title": "Reverse Automatic Differentiation for Accelerate",
+ "note": "Master thesis at Utrecht University. Supervisors: Trevor McDonell, Matthijs Vákár.",
+ "links": [
+ {"type": "pdf", "url": "https://studenttheses.uu.nl/bitstream/handle/20.500.12932/38958/report.pdf?sequence=1&isAllowed=y"},
+ {"type": "code", "url": "https://github.com/tomsmeding/accelerate/tree/no-explode"}
+ ]
+ },
+ {
+ "year": 2018,
+ "authors": ["tom"],
+ "title": "Fast Large-Integer Matrix Multiplication",
+ "note": "Bachelor thesis at Leiden University. Supervisors: Peter Bruin, Kristian Rietveld.",
+ "links": [
+ {"type": "pdf", "url": "https://www.universiteitleiden.nl/binaries/content/assets/science/mi/scripties/bachelor/2017-2018/smeding-bsc-scriptie.pdf"},
+ {"type": "code", "url": "https://github.com/tomsmeding/bachelor-thesis"}
+ ]
+ }
+ ]
+}