First time here? Check out the FAQ!
answered 2018-09-09 10:20:00 -0600
I also had to enable c++11 for cuda compiler. Adding flags -D CUDA_NVCC_FLAGS="-std=c++11 --expt-relaxed-constexpr" solved the problem.