|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Functions | |
| void | CORE_cgeadd (int M, int N, PLASMA_Complex32_t alpha, PLASMA_Complex32_t *A, int LDA, PLASMA_Complex32_t *B, int LDB) |
| void | QUARK_CORE_cgeadd (Quark *quark, Quark_Task_Flags *task_flags, int m, int n, int nb, PLASMA_Complex32_t alpha, PLASMA_Complex32_t *A, int lda, PLASMA_Complex32_t *B, int ldb) |
| void | CORE_cgeadd_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_cgeadd.c.
| void CORE_cgeadd | ( | int | M, |
| int | N, | ||
| PLASMA_Complex32_t | alpha, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| PLASMA_Complex32_t * | B, | ||
| int | LDB | ||
| ) |
Definition at line 26 of file core_cgeadd.c.
References cblas_caxpy(), and CBLAS_SADDR.


| void CORE_cgeadd_quark | ( | Quark * | quark | ) |
Definition at line 67 of file core_cgeadd.c.
References A, B, cblas_caxpy(), CBLAS_SADDR, and quark_unpack_args_7.


| void QUARK_CORE_cgeadd | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex32_t | alpha, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| PLASMA_Complex32_t * | B, | ||
| int | ldb | ||
| ) |
Definition at line 43 of file core_cgeadd.c.
References CORE_cgeadd_quark(), DAG_CORE_GEADD, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.

