|
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 | T(m, n) BLKADDR(T, PLASMA_Complex64_t, m, n) |
Functions | |
| void | plasma_pzgeqrf (plasma_context_t *plasma) |
| void | plasma_pzgeqrf_quark (PLASMA_desc A, PLASMA_desc T, 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 pzgeqrf.c.
| #define A | ( | m, | |
| n | |||
| ) | BLKADDR(A, PLASMA_Complex64_t, m, n) |
| #define T | ( | m, | |
| n | |||
| ) | BLKADDR(T, PLASMA_Complex64_t, m, n) |
| void plasma_pzgeqrf | ( | plasma_context_t * | plasma | ) |
Parallel tile QR factorization - static scheduling
Definition at line 24 of file pzgeqrf.c.
References A, BLKLDD, CORE_zgeqrt(), CORE_ztsmqr(), CORE_ztsqrt(), CORE_zunmqr(), plasma_desc_t::dtyp, plasma_desc_t::m, plasma_desc_t::mb, min, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, PLASMA_IB, plasma_private_alloc(), plasma_private_free(), PLASMA_RANK, PLASMA_SIZE, PLASMA_SUCCESS, plasma_unpack_args_4, PlasmaConjTrans, PlasmaLeft, ss_cond_set, ss_cond_wait, ss_finalize, ss_init, plasma_sequence_t::status, and T.


| void plasma_pzgeqrf_quark | ( | PLASMA_desc | A, |
| PLASMA_desc | T, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Parallel tile QR factorization - dynamic scheduling
Definition at line 137 of file pzgeqrf.c.
References A, BLKLDD, plasma_desc_t::m, plasma_desc_t::mb, min, plasma_desc_t::mt, plasma_desc_t::n, plasma_desc_t::nb, plasma_desc_t::nt, plasma_context_self(), PLASMA_IB, PLASMA_SUCCESS, PlasmaConjTrans, PlasmaLeft, plasma_context_struct::quark, QUARK_CORE_zgeqrt(), QUARK_CORE_ztsmqr(), QUARK_CORE_ztsqrt(), QUARK_CORE_zunmqr(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, plasma_sequence_t::status, T, and TASK_SEQUENCE.

