From 30b405a8725ec9e8768bf87d4118db6754145fc9 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 19 Feb 2020 21:29:59 -0600 Subject: [PATCH] Specified targets in README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b76d0e0d..66d03108b9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,16 @@ The following components are required to be installed on your machine to build H ## Supported Targets -HPVM has been tested on and supports Intel Xeon CPUs E5-2640 and W-2135, ARM Cortex A-57, and Nvidia GPUs Quadro P1000 and GeForce GTX 1080 Ti.It 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. +Supported/tested CPU architectures: +* Intel Xeon E5-2640 +* Intel Xeon W-2135 +* ARM Cortex A-57 + +Supported/tested GPU architectures: +* Nvidia Quadro P1000 +* Nvidia GeForce GTX 1080 + +It 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