src-d / kmcuda

Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA
Other
791 stars 145 forks source link

Error in installing LightGBM GPU version for Windows.Error in -cmake. #19

Closed asking28 closed 7 years ago

asking28 commented 7 years ago

image

vmarkovtsev commented 7 years ago

Windows is the Satan's dreadful invention to suck life from my body and turn me crazy step by step.

cmake failed to detect OpenMP in your compiler, it is written plain in the error message. If I were you, I would debug FindOpenMP.cmake, adding trace output and seeing what exactly goes wrong. I see that VC++ should support OpenMP, though the version is ancient.

And what's even funnier, you filed this issue on the wrong project. This is kmcuda, not LightGBM :laughing:

asking28 commented 7 years ago

I was very confused about the issue. Thanks for the help.