Skip to content

Commit 6542760

Browse files
authored
Merge pull request #423 from HigherOrderCO/enricozb-readme-1
Update README.md
2 parents a4e5558 + c0238a8 commit 6542760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GPUs, with near-ideal speedup.
1212
HVM2 is the successor to [HVM1](https://github.com/HigherOrderCO/HVM1), a 2022
1313
prototype of this concept. Compared to its predecessor, HVM2 is simpler, faster
1414
and, most importantly, more correct. [HOC](https://HigherOrderCO.com/) provides
15-
long-term support for all features listed on its [PAPER](./paper/PAPER.pdf).
15+
long-term support for all features listed on its [PAPER](./paper/HVM2.pdf).
1616

1717
This repository provides a low-level IR language for specifying the HVM2 nets
1818
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 -
7171
don't worry, it isn't meant to. [Bend](https://github.com/HigherOrderCO/Bend) is
7272
the human-readable language and should be used both by end users and by languages
7373
aiming to target the HVM. If you're looking to learn more about the core
74-
syntax and tech, though, please check the [PAPER](./paper/PAPER.pdf).
74+
syntax and tech, though, please check the [PAPER](./paper/HVM2.pdf).

0 commit comments

Comments
 (0)