From 275433184277dfd2fd27109fee0e9c4386c8a908 Mon Sep 17 00:00:00 2001 From: aejjeh <aejjeh@illinois.edu> Date: Fri, 24 Jan 2020 09:51:50 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1d47cb55..c926769a96 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ benchmark suite to test the compiler infrastructure. [HPVM-C Language Specification](/hpvm/docs/hpvm-c.md) ## Dependencies -You would need to download and install the following components for to use HPVM. +The following components are required to be installed on your machine to build HPVM. * GCC (>=5.1.0) * CMake (>=3.4.3) * Python (>=2.7) * GNU Make (>=3.79.1) -* CUDA 9.1 +* CUDA 9.1 (only required for GPU support) ## Getting source code and building HPVM -- GitLab