Compiling errors when using the command
Opened this issue · 1 comments
WilliamWangPeng commented
MucTepDayH16 commented
Hi, William
I'm sorry, but this project has not been tested on linux yet. I also encountered similar building errors on my linux laptop. Unfortunately, I haven't updated this repository for several months, as you can see. So, I will try to do it before the end of May.
As I think, such problem was occured because of Visual Studio's compiler, which include some dependencies and language features by default, while gcc don't. Also, I link cuda libraries excplicitly, using path to cuda.lib and nvrtc.lib, found by CMake. It'll take some time, to understand, how to link nvrtc library on unix.