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

Go to the source code of this file.
Functions | |
| void | CORE_clanhe (int norm, int uplo, int N, PLASMA_Complex32_t *A, int LDA, float *work, float *normA) |
| void | QUARK_CORE_clanhe (Quark *quark, Quark_Task_Flags *task_flags, int norm, int uplo, int N, PLASMA_Complex32_t *A, int LDA, int szeA, int szeW, float *result) |
| void | CORE_clanhe_quark (Quark *quark) |
| void | QUARK_CORE_clanhe_f1 (Quark *quark, Quark_Task_Flags *task_flags, PLASMA_enum norm, PLASMA_enum uplo, int N, PLASMA_Complex32_t *A, int LDA, int szeA, int szeW, float *result, float *fake, int szeF) |
| void | CORE_clanhe_f1_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_clanhe.c.
| void CORE_clanhe | ( | int | norm, |
| int | uplo, | ||
| int | N, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| float * | work, | ||
| float * | normA | ||
| ) |
Definition at line 29 of file core_clanhe.c.
References lapack_const.

| void CORE_clanhe_f1_quark | ( | Quark * | quark | ) |
Definition at line 113 of file core_clanhe.c.
References A, lapack_const, norm, quark_unpack_args_8, and uplo.

| void CORE_clanhe_quark | ( | Quark * | quark | ) |
Definition at line 67 of file core_clanhe.c.
References A, lapack_const, norm, quark_unpack_args_7, and uplo.

| void QUARK_CORE_clanhe | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | norm, | ||
| int | uplo, | ||
| int | N, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| int | szeA, | ||
| int | szeW, | ||
| float * | result | ||
| ) |
Definition at line 42 of file core_clanhe.c.
References CORE_clanhe_quark(), DAG_CORE_LANHE, INPUT, max, OUTPUT, QUARK_Insert_Task(), SCRATCH, and VALUE.

| void QUARK_CORE_clanhe_f1 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| PLASMA_enum | norm, | ||
| PLASMA_enum | uplo, | ||
| int | N, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| int | szeA, | ||
| int | szeW, | ||
| float * | result, | ||
| float * | fake, | ||
| int | szeF | ||
| ) |
Definition at line 87 of file core_clanhe.c.
References CORE_clanhe_f1_quark(), DAG_CORE_LANHE, GATHERV, INPUT, max, OUTPUT, QUARK_Insert_Task(), SCRATCH, and VALUE.

