From b0e424c0294195723eba49dc50810dff682343a2 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Mon, 20 Jan 2020 14:01:06 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fba9481fa..b915d742c6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ bash install.sh ``` Specifically, the HPVM installer downloads the LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into llvm/tools and build the entire tree. LLVM C-Backend is also built as a part of HPVM and is currently used to perform -code generation in OpenCL for GPUs. The script provides you with an option to choose number of threads. +code generation in OpenCL for GPUs. Alternatively, CMake can be run manually. ```shell -- GitLab