From 70c08c7ad69e9abbc2eaba4dc152d52ef8488353 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Thu, 8 Apr 2021 21:56:16 +0000 Subject: [PATCH] Update index.rst --- hpvm/docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpvm/docs/index.rst b/hpvm/docs/index.rst index 92b32cdfb0..bdf54d9531 100644 --- a/hpvm/docs/index.rst +++ b/hpvm/docs/index.rst @@ -3,7 +3,7 @@ The HPVM Compiler Infrastructure ================================ -HPVM is a compiler for heterogeneous parallel system. +HPVM is a compiler for heterogeneous parallel systems. For more about what HPVM is, see `our website <https://publish.illinois.edu/hpvm-project/>`_ and publications: `HPVM (PPoPP'18) <https://dl.acm.org/doi/pdf/10.1145/3200691.3178493>`_, @@ -20,7 +20,7 @@ compilers,programming languages, approximate computing, software optimization, static and dynamic program analysis, and systems for machine learning. `HPVM <https://dl.acm.org/doi/pdf/10.1145/3200691.3178493>`_ -includes a retargetable compiler infrastructure that targets CPUs, CPUs, and accelerators +is a retargetable compiler infrastructure that targets CPUs, CPUs, and accelerators (this release does not include accelerator support) and uses a portable compiler IR that explicitly represents data flow at the IR level, and supports task, data, and pipelined parallelism. -- GitLab