From caa1ae8b415a0d8617e17dc322264ca59200b861 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 19 Feb 2020 21:18:58 -0600 Subject: [PATCH] Specify targets in ReadME --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88c0ecd9b8..f01da60d3b 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The following components are required to be installed on your machine to build H ## Supported Targets -HPVM has been tested on and supports Intel(R) Xeon(R) CPU E5-2640 and W-2135, and GPU Nvidia Quadro P1000 and GeForce GTX 1080 Ti. -HPVM has not been tested on but is likely to support other CPU targets, and AMD and Intel GPUs. +HPVM has been tested on and supports Intel(R) Xeon(R) CPU E5-2640 and W-2135, ARM Cortex A-57, and GPU Nvidia Quadro P1000 and GeForce GTX 1080 Ti. +HPVM has not been tested on but is likely to support other CPU targets, and other GPUs supported by OpenCL such those by Intel, AMD, etc. ## Getting source code and building HPVM -- GitLab