summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/tuning.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fa831d..8bf8e8c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -234,6 +234,7 @@ if(OpenCL_ENABLE)
ENV AMDAPPSDKROOT
ENV ATISTREAMSDKROOT
ENV "PROGRAMFILES(X86)"
+ /usr
PATH_SUFFIXES
include
OpenCL/common/inc
@@ -252,6 +253,7 @@ if(OpenCL_ENABLE)
PATH_SUFFIXES
"AMD APP/lib/x86_64"
lib/x86_64
+ lib/x86_64-linux-gnu
lib/x64
OpenCL/common/lib/x64)
# find package will use the previews searched path variables
diff --git a/doc/tuning.md b/doc/tuning.md
index 53e682b..5125387 100644
--- a/doc/tuning.md
+++ b/doc/tuning.md
@@ -1,7 +1,7 @@
# Tuning Guide
## Content Overview
-* [Windows](windows)
+* [Windows](#windows)
* [NVIDIA Backend](#nvidia-backend)
* [Choose Value for `threads` and `blocks`](#choose-value-for-threads-and-blocks)
* [Add more GPUs](#add-more-gpus)
OpenPOWER on IntegriCloud