We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED
when calling `cublasGemmEx
( handle, opa, opb, m, n, k, &falpha, a, CUDA_R_16F, lda, b, CUDA_R_16F, ldb, &fbeta, c, CUDA_R_16F, ldc, CUDA_R_32F, CUBLAS_GEMM_DFALT_TENSOR_OP)` 4090 尝试多种镜像版本,cuda12.1 with torch2.3.1, cuda11.7/ cuda11.1 with torch 1.13.1 驱动550.54.14 ,始终报上面的错误,为什么无法跑通?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED
( handle, opa, opb, m, n, k, &falpha, a, CUDA_R_16F, lda, b, CUDA_R_16F, ldb, &fbeta, c, CUDA_R_16F, ldc, CUDA_R_32F, CUBLAS_GEMM_DFALT_TENSOR_OP)`
4090 尝试多种镜像版本,cuda12.1 with torch2.3.1, cuda11.7/ cuda11.1 with torch 1.13.1 驱动550.54.14 ,始终报上面的错误,为什么无法跑通?
The text was updated successfully, but these errors were encountered: