|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Macros | |
| #define | A(m, n) BLKADDR(A, PLASMA_Complex64_t, m, n) |
| #define | B(m, n) BLKADDR(B, PLASMA_Complex64_t, m, n) |
| #define | SA(m, n) BLKADDR(SA, PLASMA_Complex32_t, m, n) |
| #define | SB(m, n) BLKADDR(SB, PLASMA_Complex32_t, m, n) |
Functions | |
| void | plasma_pzlag2c (plasma_context_t *plasma) |
| void | plasma_pzlag2c_quark (PLASMA_desc A, PLASMA_desc SB, PLASMA_sequence *sequence, PLASMA_request *request) |
| void | plasma_pclag2z (plasma_context_t *plasma) |
| void | plasma_pclag2z_quark (PLASMA_desc SA, PLASMA_desc B, PLASMA_sequence *sequence, PLASMA_request *request) |
PLASMA auxiliary routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file pzlag2c.c.
| #define A | ( | m, | |
| n | |||
| ) | BLKADDR(A, PLASMA_Complex64_t, m, n) |
| #define B | ( | m, | |
| n | |||
| ) | BLKADDR(B, PLASMA_Complex64_t, m, n) |
| #define SA | ( | m, | |
| n | |||
| ) | BLKADDR(SA, PLASMA_Complex32_t, m, n) |
| #define SB | ( | m, | |
| n | |||
| ) | BLKADDR(SB, PLASMA_Complex32_t, m, n) |
| void plasma_pclag2z | ( | plasma_context_t * | plasma | ) |
Definition at line 111 of file pzlag2c.c.
References B, BLKLDD, CORE_clag2z(), plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, PLASMA_RANK, PLASMA_SIZE, PLASMA_SUCCESS, plasma_unpack_args_4, SA, and plasma_sequence_t::status.

| void plasma_pclag2z_quark | ( | PLASMA_desc | SA, |
| PLASMA_desc | B, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 159 of file pzlag2c.c.
References B, BLKLDD, plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, plasma_context_self(), PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_CORE_clag2z(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, plasma_sequence_t::status, and TASK_SEQUENCE.

| void plasma_pzlag2c | ( | plasma_context_t * | plasma | ) |
Definition at line 25 of file pzlag2c.c.
References A, BLKLDD, CORE_zlag2c(), plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, PLASMA_RANK, plasma_request_fail(), PLASMA_SIZE, PLASMA_SUCCESS, plasma_unpack_args_4, SB, and plasma_sequence_t::status.

| void plasma_pzlag2c_quark | ( | PLASMA_desc | A, |
| PLASMA_desc | SB, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 77 of file pzlag2c.c.
References BLKLDD, plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, plasma_context_self(), PLASMA_SUCCESS, plasma_context_struct::quark, QUARK_CORE_zlag2c(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, SB, plasma_sequence_t::status, and TASK_SEQUENCE.
