I've prepared new debian 9 install on HP 640 Workstation equipped with Quadro M4000 GPU. Install CUDA 9 RC (cuda_9.0.103_384.59_linux.run), and all dependent software for QtPlatz build. I got an error while compiling colormap.cu as "__CUDACC_VER__ is no longer supported." message. After few hours search, I've figured out it came from include/boost/config/compiler/nvcc.hpp.
Just dirty hack, comment out the line, then cuda compilation went through.