1. 16 Jan, 2018 8 commits
  2. 14 Jan, 2018 2 commits
  3. 13 Jan, 2018 2 commits
  4. 11 Jan, 2018 2 commits
  5. 05 Jan, 2018 1 commit
    • David Hirvonen's avatar
      CUDA_PROPAGATE_HOST_FLAGS=OFF in FindCUDA.cmake for try_compile tests (#1048) · 75961ed1
      David Hirvonen authored
      Set `CUDA_PROPAGATE_HOST_FLAGS=OFF` in FindCUDA.cmake to avoid duplicate flag errors in nvcc that can occur when host flag forwarding is enabled and `-std=c++11` is set in `CMAKE_CXX_FLAGS` in the operative toolchain.
      ```
      # Override the FindCUDA.cmake setting to avoid duplication of host flags if using a toolchain:
      option(CUDA_PROPAGATE_HOST_FLAGS "Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile" OFF)
      ```
      75961ed1
  6. 04 Jan, 2018 2 commits
  7. 30 Dec, 2017 6 commits
  8. 28 Dec, 2017 1 commit
  9. 27 Dec, 2017 1 commit
  10. 25 Dec, 2017 6 commits
  11. 23 Dec, 2017 4 commits
  12. 22 Dec, 2017 1 commit
  13. 21 Dec, 2017 1 commit
  14. 20 Dec, 2017 3 commits