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

Go to the source code of this file.
Functions | |
| void | CORE_spotrf (int uplo, int N, float *A, int LDA, int *INFO) |
| void | QUARK_CORE_spotrf (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int n, int nb, float *A, int lda, PLASMA_sequence *sequence, PLASMA_request *request, int iinfo) |
| void | CORE_spotrf_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_spotrf.c.
| void CORE_spotrf | ( | int | uplo, |
| int | N, | ||
| float * | A, | ||
| int | LDA, | ||
| int * | INFO | ||
| ) |
Definition at line 29 of file core_spotrf.c.
References lapack_const.

| void CORE_spotrf_quark | ( | Quark * | quark | ) |
Definition at line 65 of file core_spotrf.c.
References A, lapack_const, plasma_sequence_flush(), PLASMA_SUCCESS, quark_unpack_args_7, plasma_sequence_t::status, and uplo.


| void QUARK_CORE_spotrf | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | n, | ||
| int | nb, | ||
| float * | A, | ||
| int | lda, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| int | iinfo | ||
| ) |
Definition at line 40 of file core_spotrf.c.
References CORE_spotrf_quark(), DAG_CORE_POTRF, INOUT, QUARK_Insert_Task(), and VALUE.

