From 6e8dfeadff414cbdcc56ef20d64587e85702b605 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 29 Jan 2020 12:27:46 -0600 Subject: [PATCH] Update opencl/cuda info in ReadME.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c7bc2f51..837d3ccf67 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The following components are required to be installed on your machine to build H * CMake (>=3.4.3) * Python (>=2.7) * GNU Make (>=3.79.1) -* CUDA (>=9.1) (only required for GPU support) +* OpenCL (>=1.0.0) or CUDA (>=9.1, only required for GPU support) ## Getting source code and building HPVM -- GitLab