`develop` branch cannot be compiled with CUDA 9.1
Created by: reyoung
Compile error:
/usr/local/include/boost/config/compiler/nvcc.hpp:26:6: error: invalid token at start of a preprocessor expression
#if (__CUDACC_VER__ > 80000) && (__CUDACC_VER__ < 80100)
^
/usr/local/cuda/include/crt/common_functions.h:64:24: note: expanded from macro '__CUDACC_VER__'
#define __CUDACC_VER__ "__CUDACC_VER__ is no longer supported. Use __CUDACC_VER_MAJOR__, __CUDACC_VER_MINOR__, and __CUDACC_VER_BUILD__ instead."