From c0238a86ff04d8e93c23a211beebd6839397c15d Mon Sep 17 00:00:00 2001 From: Enrico Borba Date: Wed, 21 Aug 2024 09:01:49 +0200 Subject: [PATCH] Update README.md Updates paper references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e9999e0..4821d05e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GPUs, with near-ideal speedup. HVM2 is the successor to [HVM1](https://github.com/HigherOrderCO/HVM1), a 2022 prototype of this concept. Compared to its predecessor, HVM2 is simpler, faster and, most importantly, more correct. [HOC](https://HigherOrderCO.com/) provides -long-term support for all features listed on its [PAPER](./paper/PAPER.pdf). +long-term support for all features listed on its [PAPER](./paper/HVM2.pdf). This repository provides a low-level IR language for specifying the HVM2 nets and a compiler from that language to C and CUDA. It is not meant for direct @@ -71,4 +71,4 @@ The file above implements a recursive sum. If that looks unreadable to you - don't worry, it isn't meant to. [Bend](https://github.com/HigherOrderCO/Bend) is the human-readable language and should be used both by end users and by languages aiming to target the HVM. If you're looking to learn more about the core -syntax and tech, though, please check the [PAPER](./paper/PAPER.pdf). +syntax and tech, though, please check the [PAPER](./paper/HVM2.pdf).