|
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_Complex32_t, (m), (n)) |
| #define | Q(m, n) BLKADDR(Q, PLASMA_Complex32_t, (m), (n)) |
| #define | T(m, n) BLKADDR(T, PLASMA_Complex32_t, (m), (n)) |
| #define | T2(m, n) BLKADDR(T, PLASMA_Complex32_t, (m), (n)+(A.nt)) |
Functions | |
| void | plasma_pcungqrrh_quark (PLASMA_desc A, PLASMA_desc Q, PLASMA_desc T, int BS, 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 pcungqrrh.c.
| #define A | ( | m, | |
| n | |||
| ) | BLKADDR(A, PLASMA_Complex32_t, (m), (n)) |
Definition at line 19 of file pcungqrrh.c.
| #define Q | ( | m, | |
| n | |||
| ) | BLKADDR(Q, PLASMA_Complex32_t, (m), (n)) |
Definition at line 20 of file pcungqrrh.c.
| #define T | ( | m, | |
| n | |||
| ) | BLKADDR(T, PLASMA_Complex32_t, (m), (n)) |
Definition at line 21 of file pcungqrrh.c.
| #define T2 | ( | m, | |
| n | |||
| ) | BLKADDR(T, PLASMA_Complex32_t, (m), (n)+(A.nt)) |
Definition at line 22 of file pcungqrrh.c.
| void plasma_pcungqrrh_quark | ( | PLASMA_desc | A, |
| PLASMA_desc | Q, | ||
| PLASMA_desc | T, | ||
| int | BS, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Parallel construction of Q using tile V (application to identity; reduction Householder) - dynamic scheduling
Definition at line 27 of file pcungqrrh.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, PlasmaLeft, PlasmaNoTrans, Q, plasma_context_struct::quark, QUARK_CORE_ctsmqr(), QUARK_CORE_cttmqr(), QUARK_CORE_cunmqr(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, plasma_sequence_t::status, T, T2, and TASK_SEQUENCE.
