Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.