You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: