I am using Eigen 3.3.7 in my project, and have quite some issues with debugging it, also caused by the fact that the CUDA debugging shows wrong values for the constructs.
In the image I manually access x,y,z of a 3 dimensional randomized vector, and you can see in the output that the values for x,y,z are all different, whereas the values in v3f_in in the debugger are all the same. How can I solve this issue? It makes debugging extremely hard.