|
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_strmm (int side, int uplo, int transA, int diag, int M, int N, float alpha, float *A, int LDA, float *B, int LDB) |
| void | QUARK_CORE_strmm (Quark *quark, Quark_Task_Flags *task_flags, int side, int uplo, int transA, int diag, int m, int n, int nb, float alpha, float *A, int lda, float *B, int ldb) |
| void | CORE_strmm_quark (Quark *quark) |
| void | QUARK_CORE_strmm_p2 (Quark *quark, Quark_Task_Flags *task_flags, int side, int uplo, int transA, int diag, int m, int n, int nb, float alpha, float *A, int lda, float **B, int ldb) |
| void | CORE_strmm_p2_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_strmm.c.
| void CORE_strmm | ( | int | side, |
| int | uplo, | ||
| int | transA, | ||
| int | diag, | ||
| int | M, | ||
| int | N, | ||
| float | alpha, | ||
| float * | A, | ||
| int | LDA, | ||
| float * | B, | ||
| int | LDB | ||
| ) |
Definition at line 28 of file core_strmm.c.
References cblas_strmm(), and CblasColMajor.

| void CORE_strmm_p2_quark | ( | Quark * | quark | ) |
Definition at line 132 of file core_strmm.c.
References A, B, cblas_strmm(), CblasColMajor, diag, quark_unpack_args_11, side, and uplo.


| void CORE_strmm_quark | ( | Quark * | quark | ) |
Definition at line 76 of file core_strmm.c.
References A, B, cblas_strmm(), CblasColMajor, diag, quark_unpack_args_11, side, and uplo.


| void QUARK_CORE_strmm | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | side, | ||
| int | uplo, | ||
| int | transA, | ||
| int | diag, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| float | alpha, | ||
| float * | A, | ||
| int | lda, | ||
| float * | B, | ||
| int | ldb | ||
| ) |
Definition at line 47 of file core_strmm.c.
References CORE_strmm_quark(), DAG_CORE_TRMM, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.


| void QUARK_CORE_strmm_p2 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | side, | ||
| int | uplo, | ||
| int | transA, | ||
| int | diag, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| float | alpha, | ||
| float * | A, | ||
| int | lda, | ||
| float ** | B, | ||
| int | ldb | ||
| ) |
Definition at line 103 of file core_strmm.c.
References CORE_strmm_p2_quark(), DAG_CORE_TRMM, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.
