Xtra-Computing/SimFL

Some issues occurred after compiling thundergbm.sln in VS2019

njuptlht opened this issue · 1 comments

I followed the instructions, that is, "mkdir build, cd build, cmake ..", however, my system is windows , the command "make -j" is invalid. Then the " thundergbm.sln" is in my "build". After compiling it ,there are some problems, such as "can not open ..\thundergbm\Debug\thundergbm.lib", line 22 in data.cu report erros"incomplete type is not allowed", and line 21 in csc2r_transform.cu report erros "cusparseScsr2csc is not defined". May I have your advice?

Hi @njuptlht ,

Sorry that the project does not support the Windows system. I have added the clarification in README. Can you try a Linux-based system? Thank you!