Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Update HIP Programming Guide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmalavally authored May 6, 2020
1 parent 384f03d commit 32f87f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions HIP Documentation/HIP Programming Guide.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

=========================
HIP Programing Guide
=========================

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.

Key features include:
Key features
==============

HIP is very thin and has little or no performance impact over coding directly in CUDA or hcc “HC” mode.

Expand Down

0 comments on commit 32f87f2

Please sign in to comment.