From 286f4e783c5c1e62c0ae9d20cfff362e457c7aa6 Mon Sep 17 00:00:00 2001 From: sunway513 Date: Thu, 11 Feb 2016 22:22:00 +0530 Subject: [PATCH] Add reminder to keep ROCR runtime on the system library path [ROCm/hip commit: d15f22113f9967547d1489945e859741152a93d1] --- projects/hip/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/README.md b/projects/hip/README.md index 309951ddb8..9e52b7cd20 100644 --- a/projects/hip/README.md +++ b/projects/hip/README.md @@ -30,6 +30,7 @@ HIP code can be developed either on AMD HSA or Boltzmann platform using hcc comp * Install [hcc](https://bitbucket.org/multicoreware/hcc/wiki/Home) including supporting HSA kernel and runtime driver stack * By default HIP looks for hcc in /opt/hcc (can be overridden by setting HCC_HOME environment variable) * By default HIP looks for HSA in /opt/hsa (can be overridden by setting HSA_PATH environment variable) +* Ensure that ROCR runtime is installed and added to LD_LIBRARY_PATH #### NVIDIA (nvcc) * Install CUDA SDK from manufacturer website