File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ GPUs, with near-ideal speedup.
12
12
HVM2 is the successor to [ HVM1] ( https://github.com/HigherOrderCO/HVM1 ) , a 2022
13
13
prototype of this concept. Compared to its predecessor, HVM2 is simpler, faster
14
14
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 ) .
16
16
17
17
This repository provides a low-level IR language for specifying the HVM2 nets
18
18
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 -
71
71
don't worry, it isn't meant to. [Bend](https://github.com/HigherOrderCO/Bend) is
72
72
the human-readable language and should be used both by end users and by languages
73
73
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).
You can’t perform that action at this time.
0 commit comments