Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neuralgraphics committed May 4, 2016
1 parent b1b1349 commit 38cfe56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,11 +3,11 @@

First, follow the instruction to install [ROCm](https://github.com/RadeonOpenCompute/ROCm), which provides the HCC compiler, the ROCr runtime and the toolchains to compile the samples.

### How to Build the SDK Samples ###
### How to Build the Samples ###

#### HCC C++ samples ####
#### HC C++ samples ####

1. Make sure the HCC compiler is in your path. The default installation of HCC is /opt/rocm/bin.
2. In the C++AMP directory, create a build directory.
2. In the HCC-Example-Applications directory, create a build directory.
3. Go into the build directory, then type `CXX=hcc cmake ..` to generate the makefiles.
4. Type `make` to compile the samples.

1 comment on commit 38cfe56

@streamhsa
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gstoner, @bensander
These are the initial set of 5 samples for HC C++

Please sign in to comment.