src-d / kmcuda

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

Has anyone successfully compiled on a windows ? #121

Open mangomochi-killer opened 2 years ago

mangomochi-killer commented 2 years ago

My Env : win10+cuda 11.2 Minggw 8.10 ---Failed ,Error shows: nvcc fatal : Host compiler targets unsupported OS. I think that maybe my cuda version is too new that gcc could not support ,or vice versa. Then I tested with MSVC also failed. programm could not find makefile2 in ..\kmcuda\src\CMakeFiles , I checked it out and there is no makefile2 in CMakeFiles.

So anyone has successfully compiled this cool project on windows?