Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
decade-afk committed Jan 26, 2025
1 parent cddc665 commit c5a8e66
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions paddle/phi/backends/dynload/lapack.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,6 @@ extern "C" void dgetrs_(char *trans,
double *b,
int *ldb,
int *info);
extern "C" void cgetrs_(char *trans,
int *n,
int *nrhs,
std::complex<float> *a,
int *lda,
int *ipiv,
std::complex<float> *b,
int *ldb,
int *info);
extern "C" void zgetrs_(char *trans,
int *n,
int *nrhs,
std::complex<double> *a,
int *lda,
int *ipiv,
std::complex<double> *b,
int *ldb,
int *info);

// evd
extern "C" void zheevd_(char *jobz,
Expand Down

0 comments on commit c5a8e66

Please sign in to comment.