[CMake] Question regarding CUDA support in CMake 3.8.0-rc2

Robert Maynard robert.maynard at kitware.com
Fri Mar 17 14:03:49 EDT 2017


A good starting spot would be the tests in CMake itself for CUDA support:

https://gitlab.kitware.com/cmake/cmake/tree/master/Tests/Cuda
https://gitlab.kitware.com/cmake/cmake/tree/master/Tests/CudaOnly

On Thu, Mar 16, 2017 at 1:58 PM, Nick Henderson
<nick.henderson at gmail.com> wrote:
> Thank you!
>
> Setting:
>
> set(CMAKE_CUDA_FLAGS "-arch compute_30 ${CMAKE_CUDA_FLAGS}")
>
> did the trick.
>
> Is there any documentation or example projects related to the new CUDA
> support?
>
> CUDA support is great to have and will simplify my build system!  Thank you.
>
>
>
> --
> View this message in context: http://cmake.3232098.n2.nabble.com/Question-regarding-CUDA-support-in-CMake-3-8-0-rc2-tp7595171p7595174.html
> Sent from the CMake mailing list archive at Nabble.com.
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake


More information about the CMake mailing list