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

Go to the source code of this file.
Macros | |
| #define | AMAX1BUF_SIZE (48 << 1) |
Functions | |
| void | CORE_sgetrf_reclap_init (void) |
| int | CORE_sgetrf_reclap (int M, int N, float *A, int LDA, int *IPIV, int *info) |
| void | QUARK_CORE_sgetrf_reclap (Quark *quark, Quark_Task_Flags *task_flags, int m, int n, int nb, float *A, int lda, int *IPIV, PLASMA_sequence *sequence, PLASMA_request *request, PLASMA_bool check_info, int iinfo, int nbthread) |
| void | CORE_sgetrf_reclap_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
s Tue Nov 22 14:35:21 2011
Definition in file core_sgetrf_reclap.c.
| #define AMAX1BUF_SIZE (48 << 1) |
Definition at line 99 of file core_sgetrf_reclap.c.
| int CORE_sgetrf_reclap | ( | int | M, |
| int | N, | ||
| float * | A, | ||
| int | LDA, | ||
| int * | IPIV, | ||
| int * | info | ||
| ) |
Definition at line 307 of file core_sgetrf_reclap.c.
References coreblas_error, max, min, and PLASMA_SUCCESS.

| void CORE_sgetrf_reclap_init | ( | void | ) |
Definition at line 105 of file core_sgetrf_reclap.c.
References AMAX1BUF_SIZE.

| void CORE_sgetrf_reclap_quark | ( | Quark * | quark | ) |
Definition at line 381 of file core_sgetrf_reclap.c.
References A, CORE_sgetrf_reclap(), IPIV, plasma_sequence_flush(), PLASMA_SUCCESS, QUARK_Get_RankInTask(), and quark_unpack_args_10.


| void QUARK_CORE_sgetrf_reclap | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| float * | A, | ||
| int | lda, | ||
| int * | IPIV, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| PLASMA_bool | check_info, | ||
| int | iinfo, | ||
| int | nbthread | ||
| ) |
Definition at line 351 of file core_sgetrf_reclap.c.
References CORE_sgetrf_reclap_quark(), DAG_CORE_GETRF, INOUT, OUTPUT, QUARK_Insert_Task(), and VALUE.

