Open einsqing opened 4 months ago
i have a same problem,have you solved it?
i have a same problem,have you solved it?
Not solved
i have solved it.Just run the command:
unset LD_LIBRARY_PATH
After that, the problem should be solved. If you have a another problem like this:
Not compiled with GPU support
it seems that your pytorch3d have no GPU support
I am sorry.It seems that not a good solution,because it may cause some other problem
Ensure pytorch and cudatoolkit version in the conda environment match that of your local cuda.
Thank you so much! The CUDA version I had previously was 11.3.0. After updating it to 11.3.1, this issue was resolved.
Using cuda/11.3 pytorch/1.12.1 python/3.10 (same as ER-NeRF) can work.
RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling
cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)