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

Go to the source code of this file.
Macros | |
| #define | PLASMA_pcgetmi2(idep, odep, storev, m, n, mb, nb, A) |
| #define | PLASMA_cshift(m, n, mb, nb, A) |
| #define | PLASMA_cshiftr(m, n, mb, nb, A) |
| #define PLASMA_cshift | ( | m, | |
| n, | |||
| mb, | |||
| nb, | |||
| A | |||
| ) |
| #define PLASMA_cshiftr | ( | m, | |
| n, | |||
| mb, | |||
| nb, | |||
| A | |||
| ) |
| int ipt_call2panel | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 533 of file cgecfi2.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_cccrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 105 of file cgecfi2.c.
References ipt_ctile2panel(), PLASMA_cshiftr, and PLASMA_SUCCESS.

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

| int ipt_cccrb2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 167 of file cgecfi2.c.
References plasma_cshift(), and PLASMA_SUCCESS.


| int ipt_cccrb2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 353 of file cgecfi2.c.
References ipt_cccrb2rcrb(), ipt_crcrb2rrrb(), ipt_crrrb2rm, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_cccrb2rrrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 226 of file cgecfi2.c.
References ipt_cccrb2rcrb(), ipt_crcrb2rrrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_ccm2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
ipt_ccm2ccrb 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 cgecfi2.c.
References ipt_cpanel2tile(), PLASMA_cshift, and PLASMA_SUCCESS.

| int ipt_ccm2crrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 273 of file cgecfi2.c.
References ipt_cccrb2crrb(), PLASMA_cshift, PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_ccm2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 2 sub-routines
Definition at line 197 of file cgecfi2.c.
References ipt_cccrb2rcrb(), ipt_cpanel2all(), PLASMA_cshift, and PLASMA_SUCCESS.

| int ipt_ccm2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 4 sub-routines
Definition at line 386 of file cgecfi2.c.
References ipt_cccrb2rcrb(), ipt_cpanel2all(), ipt_crcrb2rrrb(), ipt_crrrb2rm, PLASMA_cshift, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_ccm2rrrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Composition of 3 sub-routines
Definition at line 327 of file cgecfi2.c.
References ipt_cccrb2crrb(), ipt_ccrrb2rrrb, PLASMA_cshift, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

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

| int ipt_ccrrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 285 of file cgecfi2.c.
References ipt_ccrrb2ccrb(), PLASMA_cshiftr, PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_ccrrb2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 259 of file cgecfi2.c.
References ipt_cccrb2rcrb(), ipt_ccrrb2ccrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_cpanel2all | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 501 of file cgecfi2.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_cpanel2tile | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 462 of file cgecfi2.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_crcrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 210 of file cgecfi2.c.
References ipt_call2panel(), ipt_crcrb2ccrb, PLASMA_cshiftr, and PLASMA_SUCCESS.

| int ipt_crcrb2crrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 248 of file cgecfi2.c.
References ipt_cccrb2crrb(), ipt_crcrb2ccrb, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_crcrb2rm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 308 of file cgecfi2.c.
References ipt_crcrb2rrrb(), ipt_crrrb2rm, PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

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

| int ipt_crm2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 365 of file cgecfi2.c.
References ipt_crcrb2ccrb, ipt_crm2rrrb, ipt_crrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_crm2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 401 of file cgecfi2.c.
References ipt_call2panel(), ipt_crcrb2ccrb, ipt_crm2rrrb, ipt_crrrb2rcrb(), PLASMA_cshiftr, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

| int ipt_crm2rcrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 297 of file cgecfi2.c.
References ipt_crm2rrrb, ipt_crrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_NoDep, and PlasmaIPT_Panel.

| int ipt_crrrb2ccrb | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 237 of file cgecfi2.c.
References ipt_crcrb2ccrb, ipt_crrrb2rcrb(), PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_NoDep.

| int ipt_crrrb2cm | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 340 of file cgecfi2.c.
References ipt_ccrrb2ccrb(), ipt_crrrb2crrb, PLASMA_cshiftr, PLASMA_SUCCESS, PlasmaIPT_All, and PlasmaIPT_Panel.

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

| int ipt_ctile2panel | ( | plasma_context_t * | plasma, |
| int | m, | ||
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | mb, | ||
| int | nb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Barriers
Definition at line 423 of file cgecfi2.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.

