fmt/test/cuda-test
luncliff 14c5dab2e6 test cuda: <fmt/core.h> checks NVCC and CUDA
The header file checks 2 things.

* __NVCC__: if the compiler is from NVIDIA
* __CUDACC__: if the source code is CUDA(.cu) file

Since we can't sure all users prefer latest, Version for
`find_pacakge(CUDA)` is downgraded to 9.0.
This is the minimum version for C++14 in CUDA
2019-08-29 00:50:43 +09:00
..
CMakeLists.txt test cuda: add more comment / macro check 2019-08-29 00:24:16 +09:00
cpp14.cc test cuda: add more comment / macro check 2019-08-29 00:24:16 +09:00
cuda-cpp14.cu test cuda: <fmt/core.h> checks NVCC and CUDA 2019-08-29 00:50:43 +09:00