Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decade-afk committed Feb 8, 2025
1 parent 6ee7d7e commit 4947137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/phi/kernels/gpu/lu_solve_kernle.cu
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void cusolver_getrs<double>(const cusolverDnHandle_t& cusolverH,
double *b,
int ldb,
int *info) {
PADDLE_ENFORCE_GPU_SUCCESS(dynload::cusolverDnSgetrs(
PADDLE_ENFORCE_GPU_SUCCESS(dynload::cusolverDnDgetrs(
cusolverH, trans, n, nrhs, a, lda, ipiv, b, ldb, info));
}

Expand Down

0 comments on commit 4947137

Please sign in to comment.