UnboundedNeRFPytorch
UnboundedNeRFPytorch copied to clipboard
RuntimeError :error building extension 'render_utils_cuda'
I'm running into this problem please ask when the cuda version is not compatible with the problem
this is my configuration:
2080TI,cuda10.1,pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.1 ( torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2)
Please first refer to https://github.com/sunset1995/DirectVoxGO/issues/24 and https://github.com/sunset1995/DirectVoxGO/issues/24.
I guess the reason is that your CUDA version is too old so the cumsum_ function is not supported. If so, this problem cannot be easily addressed without updating your CUDA or re-writing the CUDA extension files.
I close this issue temporally and please re-open this issue if the above solution does not address your problem.