the compile error
Hi,thanks for your work,it'sgreat.But I meet a error when i try to compile it: -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-37/tree_filter_cuda.cpython-37m-x86_64-linux-gnu.so /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -lc10: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -ltorch: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -ltorch_cpu: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -ltorch_python: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -lc10_cuda: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -ltorch_cuda: not found my environment: torch1.7.1 cuda10.1 gcc7.5.0 Look forward to your answer!😄
Did you try to compile without these flags? i.e, "-ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda"
Did you try to compile without these flags? i.e, "-ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda"
Same issue. How to complie without these flags? Could you explain it in detail? Thanks a lot!