From bb9ad15c347ae7df887ade7d3ca58fdb02bf6086 Mon Sep 17 00:00:00 2001 From: "Yaxun (Sam) Liu" Date: Fri, 1 Jun 2018 10:19:02 -0400 Subject: [PATCH] Update INSTALL.md --- hipamd/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hipamd/INSTALL.md b/hipamd/INSTALL.md index ad6749bd0f..f773c8bde8 100644 --- a/hipamd/INSTALL.md +++ b/hipamd/INSTALL.md @@ -64,6 +64,7 @@ HIP code can be developed either on AMD ROCm platform using hcc or clang compile * By default HIP looks for HSA in /opt/rocm/hsa (can be overridden by setting HSA_PATH environment variable) * By default HIP is installed into /opt/rocm/hip (can be overridden by setting HIP_PATH environment variable). * Optionally, consider adding /opt/rocm/bin to your PATH to make it easier to use the tools. + * Optionally, set HIPCC_VERBOSE=7 to output the command line for compilation to make sure clang is used instead of hcc. ## NVIDIA-nvcc * Configure the additional package server as described [here](http://gpuopen.com/getting-started-with-boltzmann-components-platforms-installation/).