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

Go to the source code of this file.
Functions | |
| void | CORE_slacpy (PLASMA_enum uplo, int M, int N, float *A, int LDA, float *B, int LDB) |
| void | QUARK_CORE_slacpy (Quark *quark, Quark_Task_Flags *task_flags, PLASMA_enum uplo, int m, int n, int nb, float *A, int lda, float *B, int ldb) |
| void | CORE_slacpy_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_slacpy.c.
| void CORE_slacpy | ( | PLASMA_enum | uplo, |
| int | M, | ||
| int | N, | ||
| float * | A, | ||
| int | LDA, | ||
| float * | B, | ||
| int | LDB | ||
| ) |
Definition at line 29 of file core_slacpy.c.
References lapack_const.

| void CORE_slacpy_quark | ( | Quark * | quark | ) |
Definition at line 66 of file core_slacpy.c.
References A, B, lapack_const, quark_unpack_args_7, and uplo.

| void QUARK_CORE_slacpy | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| PLASMA_enum | uplo, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| float * | A, | ||
| int | lda, | ||
| float * | B, | ||
| int | ldb | ||
| ) |
Definition at line 42 of file core_slacpy.c.
References CORE_slacpy_quark(), DAG_CORE_LACPY, INPUT, OUTPUT, QUARK_Insert_Task(), and VALUE.

