From 677ef454cb955c9eb53052ecc3bc79c168796aa7 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 28 Jan 2020 05:15:08 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3509ea0c63..af6527d23c 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend, to generate OpenCL kernels for GPUs. In the beginning of the building process, the installer provides users the choice of automatically or manually building HPVM. -If HPVM is selected to be automatically built, the installer allows users to type in the number of threads they want to use. -The default number of threads used to build HPVM is 2. +If HPVM is selected to be built automatically, the installer allows users to type in the number of threads they want to use. +The default number of threads used to build HPVM is two. Alternatively, CMake can be run manually. ```shell @@ -73,7 +73,7 @@ current directory. bash scripts/automate_tests.sh ``` -With all the aforementioned steps, HPVM should be built, installed and ready for use. +With all the aforementioned steps, HPVM should be built, installed, tested and ready to use. ## Benchmarks and Tests We are providing the following [HPVM benchmarks](/hpvm/test/benchmarks): -- GitLab