From b6cde8067867ef2b7adff6c7cdba1c01cbf4bf76 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 1 Apr 2016 16:15:38 +0530 Subject: [PATCH] Update documentation for building and installing hip_hcc --- hipamd/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hipamd/README.md b/hipamd/README.md index 10d0e31288..810c378436 100644 --- a/hipamd/README.md +++ b/hipamd/README.md @@ -15,15 +15,12 @@ New projects can be developed directly in the portable HIP C++ language and can cd HIP-privatestaging mkdir build cd build -cmake -DHSA_DIR=/path/to/hsa -DHCC_DIR=/path/to/hcc -DHIP_INSTALL_DIR=/where/to/install/hip -DCMAKE_BUILD_TYPE=Release .. +cmake -DHSA_PATH=/path/to/hsa -DHCC_HOME=/path/to/hcc -DCMAKE_INSTALL_PREFIX=/where/to/install/hip -DCMAKE_BUILD_TYPE=Release .. make make install ``` Make sure HIP_PATH is pointed to `/where/to/install/hip` and PATH includes `$HIP_PATH/bin`. This requirement is optional, but required to run any HIP test infrastructure. -The Release build installs HIP inside `/where/to/install/hip`. The Debug build will install inside HIP repo directory by adding a `./lib` directory containing `libhip_hcc.a` - - ## More Info: - [HIP FAQ](docs/markdown/hip_faq.md) - [HIP Kernel Language](docs/markdown/hip_kernel_language.md)