From 6cd26a75735e8a1a5926168694ed8927886449e8 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 19 Feb 2020 21:05:13 -0600 Subject: [PATCH] Specified supported targets --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f727e60f0b..88c0ecd9b8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ The following components are required to be installed on your machine to build H * GNU Make (>=3.79.1) * OpenCL (>=1.0.0) or CUDA (>=9.1, only required for GPU support) + +## 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. + + ## Getting source code and building HPVM Checkout HPVM: -- GitLab