Wei Jiang
Wei Jiang
I met the same problem but I didn't have the priviliage to upgrade g++ and CUDA. Instead, I solve it by adding `extra_cflags=["-std=c++14"], extra_cuda_cflags=["-std=c++14"]` in every call of `torch.utils.cpp_extension.load`. Besides,...
Same problem while running ```dev_scripts/dtu_test_inf/inftest_scan1.sh```
Hi @songlin @jiangxf0929 @zhao-yiqun @Riser6 , I've met the same issue. Have you solved it? Thanks.
可以试一下删除 jittor 的临时文件夹 ``` rm -r ~/.cache/jittor ``` 然后再使用。 You may delete jittor's cache ``` rm -r ~/.cache/jittor ``` and try again.