1. 31 Dec, 2014 7 commits
  2. 30 Dec, 2014 3 commits
  3. 29 Dec, 2014 4 commits
  4. 27 Dec, 2014 5 commits
  5. 26 Dec, 2014 9 commits
  6. 25 Dec, 2014 4 commits
  7. 24 Dec, 2014 6 commits
  8. 23 Dec, 2014 2 commits
    • Vladislav Vinogradov's avatar
      [FindCUDA] improvements for cross-platform build · e4d06528
      Vladislav Vinogradov authored
      * improve `CUDA_TARGET_CPU_ARCH` cache initialization,
          allow to override initial value from calling script;
      * add `CUDA_TARGET_OS_VARIANT` option to select OS variant;
      * add `CUDA_TARGET_TRIPLET` option to select target triplet from
          `${CUDA_TOOLKIT_ROOT_DIR}/targets` folder;
      * remove `CUDA_TOOLKIT_TARGET_DIR` option, now it is calculated from
          `CUDA_TARGET_TRIPLET`, the old approach still can be used for compatibility;
      * for CUDA 6.5 and newer try to locate static libraries too, because
         in 6.5 toolkit for ARM cross compilation only static libraries are included.
      e4d06528
    • Vladislav Vinogradov's avatar