From 2bb166503ffe18430d5bdd14d1462929bdcd3f7a Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Tue, 10 Mar 2020 18:04:01 +0300 Subject: [PATCH] [HIP][doc] Update README.md --- hipamd/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hipamd/README.md b/hipamd/README.md index 2bffd12162..c2e2a7a456 100644 --- a/hipamd/README.md +++ b/hipamd/README.md @@ -1,6 +1,7 @@ ## What is this repository for? ### -HIP allows developers to convert CUDA code to portable C++. The same source code can be compiled to run on NVIDIA or AMD GPUs. +**HIP is a C++ Runtime API and Kernel Language that allows developers to create portable applications for AMD and NVIDIA GPUs from single source code.** + Key features include: * HIP is very thin and has little or no performance impact over coding directly in CUDA or hcc "HC" mode.