![]() |
QMCPACK
|
Include dependency graph for hipBLAS.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| hipblasStatus_t | hipblasCgemmBatched (hipblasHandle_t handle, hipblasOperation_t transa, hipblasOperation_t transb, int m, int n, int k, const hipComplex *alpha, const hipComplex *const Aarray[], int lda, const hipComplex *const Barray[], int ldb, const hipComplex *beta, hipComplex *const Carray[], int ldc, int batchCount) |
| hipblasStatus_t | hipblasZgemmBatched (hipblasHandle_t handle, hipblasOperation_t transa, hipblasOperation_t transb, int m, int n, int k, const hipDoubleComplex *alpha, const hipDoubleComplex *const Aarray[], int lda, const hipDoubleComplex *const Barray[], int ldb, const hipDoubleComplex *beta, hipDoubleComplex *const Carray[], int ldc, int batchCount) |
| hipblasStatus_t | hipblasSgetrfBatched_ (hipblasHandle_t handle, int n, float *const A[], int lda, int *P, int *info, int batchSize) |
| hipblasStatus_t | hipblasDgetrfBatched_ (hipblasHandle_t handle, int n, double *const A[], int lda, int *P, int *info, int batchSize) |
| hipblasStatus_t | hipblasCgetrfBatched_ (hipblasHandle_t handle, int n, hipComplex *const A[], int lda, int *P, int *info, int batchSize) |
| hipblasStatus_t | hipblasZgetrfBatched_ (hipblasHandle_t handle, int n, hipDoubleComplex *const A[], int lda, int *P, int *info, int batchSize) |
| hipblasStatus_t | hipblasSgetriBatched_ (hipblasHandle_t handle, int n, const float *const A[], int lda, const int *P, float *const C[], int ldc, int *info, int batchSize) |
| hipblasStatus_t | hipblasDgetriBatched_ (hipblasHandle_t handle, int n, const double *const A[], int lda, const int *P, double *const C[], int ldc, int *info, int batchSize) |
| hipblasStatus_t | hipblasCgetriBatched_ (hipblasHandle_t handle, int n, const hipComplex *const A[], int lda, const int *P, hipComplex *const C[], int ldc, int *info, int batchSize) |
| hipblasStatus_t | hipblasZgetriBatched_ (hipblasHandle_t handle, int n, const hipDoubleComplex *const A[], int lda, const int *P, hipDoubleComplex *const C[], int ldc, int *info, int batchSize) |
| hipblasStatus_t hipblasCgemmBatched | ( | hipblasHandle_t | handle, |
| hipblasOperation_t | transa, | ||
| hipblasOperation_t | transb, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| const hipComplex * | alpha, | ||
| const hipComplex *const | Aarray[], | ||
| int | lda, | ||
| const hipComplex *const | Barray[], | ||
| int | ldb, | ||
| const hipComplex * | beta, | ||
| hipComplex *const | Carray[], | ||
| int | ldc, | ||
| int | batchCount | ||
| ) |
Definition at line 20 of file hipBLAS.cpp.
References hipblasCgemmBatched(), qmcplusplus::lda, qmcplusplus::Units::distance::m, and qmcplusplus::n.
Referenced by hipblasCgemmBatched().
| hipblasStatus_t hipblasCgetrfBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| hipComplex *const | A[], | ||
| int | lda, | ||
| int * | P, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 96 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasCgetriBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| const hipComplex *const | A[], | ||
| int | lda, | ||
| const int * | P, | ||
| hipComplex *const | C[], | ||
| int | ldc, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 159 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::Units::charge::C, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasDgetrfBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| double *const | A[], | ||
| int | lda, | ||
| int * | P, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 80 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasDgetriBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| const double *const | A[], | ||
| int | lda, | ||
| const int * | P, | ||
| double *const | C[], | ||
| int | ldc, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 144 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::Units::charge::C, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasSgetrfBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| float *const | A[], | ||
| int | lda, | ||
| int * | P, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 64 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasSgetriBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| const float *const | A[], | ||
| int | lda, | ||
| const int * | P, | ||
| float *const | C[], | ||
| int | ldc, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 129 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::Units::charge::C, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasZgemmBatched | ( | hipblasHandle_t | handle, |
| hipblasOperation_t | transa, | ||
| hipblasOperation_t | transb, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| const hipDoubleComplex * | alpha, | ||
| const hipDoubleComplex *const | Aarray[], | ||
| int | lda, | ||
| const hipDoubleComplex *const | Barray[], | ||
| int | ldb, | ||
| const hipDoubleComplex * | beta, | ||
| hipDoubleComplex *const | Carray[], | ||
| int | ldc, | ||
| int | batchCount | ||
| ) |
Definition at line 41 of file hipBLAS.cpp.
References hipblasZgemmBatched(), qmcplusplus::lda, qmcplusplus::Units::distance::m, and qmcplusplus::n.
Referenced by hipblasZgemmBatched().
| hipblasStatus_t hipblasZgetrfBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| hipDoubleComplex *const | A[], | ||
| int | lda, | ||
| int * | P, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 112 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::lda, and qmcplusplus::n.
| hipblasStatus_t hipblasZgetriBatched_ | ( | hipblasHandle_t | handle, |
| int | n, | ||
| const hipDoubleComplex *const | A[], | ||
| int | lda, | ||
| const int * | P, | ||
| hipDoubleComplex *const | C[], | ||
| int | ldc, | ||
| int * | info, | ||
| int | batchSize | ||
| ) |
Definition at line 175 of file hipBLAS.cpp.
References qmcplusplus::Units::distance::A, qmcplusplus::Units::charge::C, qmcplusplus::lda, and qmcplusplus::n.