|
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_ssyrk (int uplo, int trans, int N, int K, float alpha, float *A, int LDA, float beta, float *C, int LDC) |
| void | QUARK_CORE_ssyrk (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int trans, int n, int k, int nb, float alpha, float *A, int lda, float beta, float *C, int ldc) |
| void | CORE_ssyrk_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_ssyrk.c.
| void CORE_ssyrk | ( | int | uplo, |
| int | trans, | ||
| int | N, | ||
| int | K, | ||
| float | alpha, | ||
| float * | A, | ||
| int | LDA, | ||
| float | beta, | ||
| float * | C, | ||
| int | LDC | ||
| ) |
Definition at line 28 of file core_ssyrk.c.
References cblas_ssyrk(), and CblasColMajor.


| void CORE_ssyrk_quark | ( | Quark * | quark | ) |
Definition at line 72 of file core_ssyrk.c.
References A, C, cblas_ssyrk(), CblasColMajor, quark_unpack_args_10, trans, and uplo.


| void QUARK_CORE_ssyrk | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | trans, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| float | alpha, | ||
| float * | A, | ||
| int | lda, | ||
| float | beta, | ||
| float * | C, | ||
| int | ldc | ||
| ) |
Definition at line 44 of file core_ssyrk.c.
References CORE_ssyrk_quark(), DAG_CORE_SYRK, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.

