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

Go to the source code of this file.
Macros | |
| #define | PLASMA_pzgetmi2(idep, odep, storev, m, n, mb, nb, A) |
| #define | PLASMA_zshift(m, n, mb, nb, A) |
| #define | PLASMA_zshiftr(m, n, mb, nb, A) |
| #define PLASMA_zshift | ( | m, | |
| n, | |||
| mb, | |||
| nb, | |||
| A | |||
| ) |
| #define PLASMA_zshiftr | ( | m, | |
| n, | |||
| mb, | |||
| nb, | |||
| A | |||
| ) |
| int ipt_zall2panel | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 533 of file zgecfi2.c.
References CORE_foo2_quark(), INOUT, INPUT, PLASMA_DYNAMIC_SCHEDULING, plasma_dynamic_spawn, PLASMA_SCHEDULING, PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_Insert_Task(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, TASK_SEQUENCE, TASKCOLOR, TASKLABEL, and VALUE.


| int ipt_zccrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 105 of file zgecfi2.c.
References ipt_ztile2panel(), PLASMA_SUCCESS, and PLASMA_zshiftr.

| int ipt_zccrb2crrb | ( | plasma_context_t * | plasma, |
| PLASMA_enum | idep, | ||
| PLASMA_enum | odep, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 120 of file zgecfi2.c.
References PLASMA_pzgetmi2, PLASMA_SUCCESS, and PlasmaColumnwise.

| int ipt_zccrb2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 167 of file zgecfi2.c.
References PLASMA_SUCCESS, and plasma_zshift().


| int ipt_zccrb2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 353 of file zgecfi2.c.
References ipt_zccrb2rcrb(), ipt_zrcrb2rrrb(), ipt_zrrrb2rm, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zccrb2rrrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 226 of file zgecfi2.c.
References ipt_zccrb2rcrb(), ipt_zrcrb2rrrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_zcm2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
ipt_zcm2ccrb converts a matrix from CM format to CCRB format
| [in] | plasma | Plasma context to which this call belong to. |
| [in] | m | Number of rows of matrix A |
| [in] | n | Number of columns of matrix A |
| [in,out] | A | Matrix of size m*n. |
| [in] | mb | Number of rows of each block |
| [in] | nb | Number of columns of each block |
| [in] | sequence | Identifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes). |
| [out] | request | Identifies this function call (for exception handling purposes). **************************************************************************** |
Self-contained functions
Definition at line 93 of file zgecfi2.c.
References ipt_zpanel2tile(), PLASMA_SUCCESS, and PLASMA_zshift.

| int ipt_zcm2crrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 273 of file zgecfi2.c.
References ipt_zccrb2crrb(), PLASMA_SUCCESS, PLASMA_zshift, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_zcm2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 2 sub-routines
Definition at line 197 of file zgecfi2.c.
References ipt_zccrb2rcrb(), ipt_zpanel2all(), PLASMA_SUCCESS, and PLASMA_zshift.

| int ipt_zcm2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 4 sub-routines
Definition at line 386 of file zgecfi2.c.
References ipt_zccrb2rcrb(), ipt_zpanel2all(), ipt_zrcrb2rrrb(), ipt_zrrrb2rm, PLASMA_SUCCESS, PLASMA_zshift, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zcm2rrrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 3 sub-routines
Definition at line 327 of file zgecfi2.c.
References ipt_zccrb2crrb(), ipt_zcrrb2rrrb, PLASMA_SUCCESS, PLASMA_zshift, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zcrrb2ccrb | ( | plasma_context_t * | plasma, |
| PLASMA_enum | idep, | ||
| PLASMA_enum | odep, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 131 of file zgecfi2.c.
References PLASMA_pzgetmi2, PLASMA_SUCCESS, and PlasmaRowwise.

| int ipt_zcrrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 285 of file zgecfi2.c.
References ipt_zcrrb2ccrb(), PLASMA_SUCCESS, PLASMA_zshiftr, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_zcrrb2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 259 of file zgecfi2.c.
References ipt_zccrb2rcrb(), ipt_zcrrb2ccrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_zpanel2all | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 501 of file zgecfi2.c.
References CORE_foo2_quark(), GATHERV, INOUT, INPUT, PLASMA_DYNAMIC_SCHEDULING, plasma_dynamic_spawn, PLASMA_SCHEDULING, PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_Insert_Task(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, TASK_SEQUENCE, TASKCOLOR, TASKLABEL, and VALUE.


| int ipt_zpanel2tile | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 462 of file zgecfi2.c.
References CORE_foo2_quark(), INOUT, INPUT, PLASMA_DYNAMIC_SCHEDULING, plasma_dynamic_spawn, PLASMA_SCHEDULING, PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_Insert_Task(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, TASK_SEQUENCE, TASKCOLOR, TASKLABEL, and VALUE.


| int ipt_zrcrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 210 of file zgecfi2.c.
References ipt_zall2panel(), ipt_zrcrb2ccrb, PLASMA_SUCCESS, and PLASMA_zshiftr.

| int ipt_zrcrb2crrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 248 of file zgecfi2.c.
References ipt_zccrb2crrb(), ipt_zrcrb2ccrb, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_zrcrb2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 308 of file zgecfi2.c.
References ipt_zrcrb2rrrb(), ipt_zrrrb2rm, PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_zrcrb2rrrb | ( | plasma_context_t * | plasma, |
| PLASMA_enum | idep, | ||
| PLASMA_enum | odep, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 142 of file zgecfi2.c.
References PLASMA_pzgetmi2, PLASMA_SUCCESS, and PlasmaRowwise.

| int ipt_zrm2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 365 of file zgecfi2.c.
References ipt_zrcrb2ccrb, ipt_zrm2rrrb, ipt_zrrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zrm2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 401 of file zgecfi2.c.
References ipt_zall2panel(), ipt_zrcrb2ccrb, ipt_zrm2rrrb, ipt_zrrrb2rcrb(), PLASMA_SUCCESS, PLASMA_zshiftr, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zrm2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 297 of file zgecfi2.c.
References ipt_zrm2rrrb, ipt_zrrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_zrrrb2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 237 of file zgecfi2.c.
References ipt_zrcrb2ccrb, ipt_zrrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_zrrrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 340 of file zgecfi2.c.
References ipt_zcrrb2ccrb(), ipt_zrrrb2crrb, PLASMA_SUCCESS, PLASMA_zshiftr, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_zrrrb2rcrb | ( | plasma_context_t * | plasma, |
| PLASMA_enum | idep, | ||
| PLASMA_enum | odep, | ||
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 153 of file zgecfi2.c.
References PLASMA_pzgetmi2, PLASMA_SUCCESS, and PlasmaColumnwise.

| int ipt_ztile2panel | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Barriers
Definition at line 423 of file zgecfi2.c.
References CORE_foo2_quark(), GATHERV, INOUT, PLASMA_DYNAMIC_SCHEDULING, plasma_dynamic_spawn, PLASMA_SCHEDULING, PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_Insert_Task(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, TASK_SEQUENCE, TASKCOLOR, TASKLABEL, and VALUE.

