Control: tags -1 +wontfix Hi,
> The header file math_functions.h is not compatible with gcc 6.3 shipped with > stretch. Actually CUDA 8.0.44 does not support GCC-6 at all. Lookup this document for working compiler combinations: /usr/share/doc/nvidia-cuda-toolkit/README.Debian I'd suggest that (1) compile the application with clang-3.8 (shipped by stretch). OR (2) temporarily add the sid/unstable apt source, pull GCC-5 then remove that apt source and compile with GCC-5. OR (3) Get GCC-5/clang-3.8 by other approaches. We can do nothing to change the fact, hence marking this bug as wontfix.