|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|

Go to the source code of this file.
Functions | |
| int | CORE_cgetrf (int m, int n, PLASMA_Complex32_t *A, int lda, int *IPIV, int *info) |
| void | QUARK_CORE_cgetrf (Quark *quark, Quark_Task_Flags *task_flags, int m, int n, int nb, PLASMA_Complex32_t *A, int lda, int *IPIV, PLASMA_sequence *sequence, PLASMA_request *request, PLASMA_bool check_info, int iinfo) |
| void | CORE_cgetrf_quark (Quark *quark) |
PLASMA core_blas kernel PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file core_cgetrf.c.
| int CORE_cgetrf | ( | int | m, |
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| int * | IPIV, | ||
| int * | info | ||
| ) |
Definition at line 22 of file core_cgetrf.c.
References PLASMA_SUCCESS.
| void CORE_cgetrf_quark | ( | Quark * | quark | ) |
Definition at line 61 of file core_cgetrf.c.
References A, IPIV, plasma_sequence_flush(), PLASMA_SUCCESS, and quark_unpack_args_9.


| void QUARK_CORE_cgetrf | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| int * | IPIV, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| PLASMA_bool | check_info, | ||
| int | iinfo | ||
| ) |
Definition at line 33 of file core_cgetrf.c.
References CORE_cgetrf_quark(), DAG_CORE_GETRF, INOUT, LOCALITY, OUTPUT, QUARK_Insert_Task(), and VALUE.

