Re: [CMake] CUDA sample using CMake 3.9

2017-06-07 Thread Robert Maynard
Hi, Here is a collection of samples using the CUDA 3.9 support, that are targeted around specific features. https://gitlab.kitware.com/robertmaynard/cmake_cuda_tests/tree/master You can also look at the CUDA and CUDAOnly tests inside CMake.

[CMake] CUDA sample using CMake 3.9

2017-06-07 Thread Nagy-Egri Máté Ferenc via CMake
Hi! Can anyone point to a minimalistic sample of how a CUDA application is built using the new CMake 3.9 support for CUDA compilation? I am mostly interested in promoting similar syntax of building SYCL applications that share a very similar compilation model, as far as ComputeCpp is