sru
sru copied to clipboard
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)`
Traceback (most recent call last):
File "sru_expriment.py", line 181, in cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)
environment:python3.7+pytorch1.2
I faced with this problem multiple times and found out the version mismatch between CUDA and pytorch was the problem. Try to update your torch and CUDA version.