Member “has already been declared” error with CUDA and Eigen
问题 I'm just a beginner with CUDA and Nsight and want to utilize great GPU performance with linear algebra operations (e.g. CUBLAS). I've got a lots of custom code written with the help of Eigen and there are lots of matrix multiplication operations, so I wanted to have my code unchanged, just do those operations on GPU. I've created a sample project with Visual Studio Nsight and it worked fine, but when I add #include <Eigen/Dense> line to that project, I've got following errors 1>------ Build