I try to run the immersive dataset Welder but after I prepare the environment with conda and CUDA 11.8, I get the error "RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)" I show the figures
I ran into this issue at some point as well, and I think the fix was to include LD_LIBRARY_PATH="" before each of the script calls. Let me know if this works.
I try to run the immersive dataset Welder but after I prepare the environment with conda and CUDA 11.8, I get the error "RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)" I show the figures