randi120

Results 5 comments of randi120

@syedharoonalam I just ran into the same Eigen problems ```void Eigen::BDCSVD``` from windows. The environment: Eigen 3.3.3 (has CUDA support), CUDA 8, Windows 7. The issue for me was including...

@Buzzroid, I did not run into these problems with ICPCUDA, so I am not sure if you are having issues with the same headers, that's why I did not post...

@Buzzroid I am glad it works. Hopefully Eigen fixes that bug (thanks for that, I didn't know about it) and then the wrapper won't be needed.

@StephenGreat, I am sure you figured this one out. Sometimes windows gets a little silly You can try adding `add_definitions(-D_USE_MATH_DEFINES)` to a top-level cmake file. If that doesn't work, I...

@arpit15, I am hesitant to create a pull request for code I have never used. As I mentioned above, I did not run into these issues with ICPCUDA. However, this...