|
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_dgemm (int transA, int transB, int M, int N, int K, double alpha, double *A, int LDA, double *B, int LDB, double beta, double *C, int LDC) |
| void | QUARK_CORE_dgemm (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double *B, int ldb, double beta, double *C, int ldc) |
| void | QUARK_CORE_dgemm2 (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double *B, int ldb, double beta, double *C, int ldc) |
| void | CORE_dgemm_quark (Quark *quark) |
| void | QUARK_CORE_dgemm_f2 (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double *B, int ldb, double beta, double *C, int ldc, double *fake1, int szefake1, int flag1, double *fake2, int szefake2, int flag2) |
| void | CORE_dgemm_f2_quark (Quark *quark) |
| void | QUARK_CORE_dgemm_p2 (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double **B, int ldb, double beta, double *C, int ldc) |
| void | CORE_dgemm_p2_quark (Quark *quark) |
| void | QUARK_CORE_dgemm_p3 (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double *B, int ldb, double beta, double **C, int ldc) |
| void | CORE_dgemm_p3_quark (Quark *quark) |
| void | QUARK_CORE_dgemm_p2f1 (Quark *quark, Quark_Task_Flags *task_flags, int transA, int transB, int m, int n, int k, int nb, double alpha, double *A, int lda, double **B, int ldb, double beta, double *C, int ldc, double *fake1, int szefake1, int flag1) |
| void | CORE_dgemm_p2f1_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_dgemm.c.
| void CORE_dgemm | ( | int | transA, |
| int | transB, | ||
| int | M, | ||
| int | N, | ||
| int | K, | ||
| double | alpha, | ||
| double * | A, | ||
| int | LDA, | ||
| double * | B, | ||
| int | LDB, | ||
| double | beta, | ||
| double * | C, | ||
| int | LDC | ||
| ) |
Definition at line 28 of file core_dgemm.c.
References cblas_dgemm(), and CblasColMajor.


| void CORE_dgemm_f2_quark | ( | Quark * | quark | ) |
Definition at line 171 of file core_dgemm.c.
References A, B, C, cblas_dgemm(), CblasColMajor, and quark_unpack_args_15.


| void CORE_dgemm_p2_quark | ( | Quark * | quark | ) |
Definition at line 234 of file core_dgemm.c.
References A, B, C, cblas_dgemm(), CblasColMajor, and quark_unpack_args_13.


| void CORE_dgemm_p2f1_quark | ( | Quark * | quark | ) |
Definition at line 360 of file core_dgemm.c.
References A, B, C, cblas_dgemm(), CblasColMajor, and quark_unpack_args_14.


| void CORE_dgemm_p3_quark | ( | Quark * | quark | ) |
Definition at line 296 of file core_dgemm.c.
References A, B, C, cblas_dgemm(), CblasColMajor, and quark_unpack_args_13.


| void CORE_dgemm_quark | ( | Quark * | quark | ) |
Definition at line 106 of file core_dgemm.c.
References A, B, C, cblas_dgemm(), CblasColMajor, and quark_unpack_args_13.


| void QUARK_CORE_dgemm | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc | ||
| ) |
Definition at line 46 of file core_dgemm.c.
References CORE_dgemm_quark(), DAG_CORE_GEMM, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.


| void QUARK_CORE_dgemm2 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc | ||
| ) |
Definition at line 74 of file core_dgemm.c.
References CORE_dgemm_quark(), DAG_CORE_GEMM, GATHERV, INOUT, INPUT, LOCALITY, QUARK_Insert_Task(), and VALUE.


| void QUARK_CORE_dgemm_f2 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc, | ||
| double * | fake1, | ||
| int | szefake1, | ||
| int | flag1, | ||
| double * | fake2, | ||
| int | szefake2, | ||
| int | flag2 | ||
| ) |
Definition at line 135 of file core_dgemm.c.
References CORE_dgemm_f2_quark(), DAG_CORE_GEMM, INOUT, INPUT, LOCALITY, QUARK_Insert_Task(), and VALUE.


| void QUARK_CORE_dgemm_p2 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double ** | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc | ||
| ) |
Definition at line 202 of file core_dgemm.c.
References CORE_dgemm_p2_quark(), DAG_CORE_GEMM, INOUT, INPUT, LOCALITY, QUARK_Insert_Task(), and VALUE.

| void QUARK_CORE_dgemm_p2f1 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double ** | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc, | ||
| double * | fake1, | ||
| int | szefake1, | ||
| int | flag1 | ||
| ) |
Definition at line 326 of file core_dgemm.c.
References CORE_dgemm_p2f1_quark(), DAG_CORE_GEMM, INOUT, INPUT, LOCALITY, QUARK_Insert_Task(), and VALUE.

| void QUARK_CORE_dgemm_p3 | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | transA, | ||
| int | transB, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double ** | C, | ||
| int | ldc | ||
| ) |
Definition at line 264 of file core_dgemm.c.
References CORE_dgemm_p3_quark(), DAG_CORE_GEMM, INOUT, INPUT, LOCALITY, QUARK_Insert_Task(), and VALUE.
