CMake improvements.

- Directed tests build hip_hcc as subdir.
- Support HCC_HOME env var to control which HCC to use for build
  hip_hcc.
This commit is contained in:
Ben Sander
2016-03-24 10:16:35 -05:00
parent 655534b1ba
commit c4e1aba862
3 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ static thread_local hipError_t tls_lastHipError = hipSuccess;
// #include CPP files to produce one object file
#define ONE_OBJECT_FILE 1
//#define ONE_OBJECT_FILE 1
// Compile support for trace markers that are displayed on CodeXL GUI at start/stop of each function boundary.