Tylosten

Results 2 comments of Tylosten

It seems I solved the issue using : `cmake -DCMAKE_CXX_FLAGS='-D_GLIBCXX_USE_CXX11_ABI=0' ..` instead of `cmake ..`

I upgraded to cuda 11.8 but kept the -DCMAKE_CXX_FLAGS='-D_GLIBCXX_USE_CXX11_ABI=0' flag. I manage to compile it also removing ` -gencode=arch=compute_30,code=\"sm_30,compute_30\" ` I will try to compile it without the flag and...