|
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, double, m, n) |
| #define | T(m, n) BLKADDR(T, double, m, n) |
Functions | |
| void | plasma_pdsyrbt_quark (PLASMA_enum uplo, 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 pdsyrbt.c.
| void plasma_pdsyrbt_quark | ( | PLASMA_enum | uplo, |
| PLASMA_desc | A, | ||
| PLASMA_desc | T, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Parallel tile BAND Tridiagonal Reduction - dynamic scheduler
Definition at line 23 of file pdsyrbt.c.
References A, 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_IB, PLASMA_SUCCESS, PlasmaLeft, PlasmaLower, PlasmaNoTrans, PlasmaRight, PlasmaTrans, PlasmaUpper, plasma_context_struct::quark, QUARK_CORE_dgelqt(), QUARK_CORE_dgeqrt(), QUARK_CORE_dormlq(), QUARK_CORE_dormqr(), QUARK_CORE_dsyrfb(), QUARK_CORE_dtslqt(), QUARK_CORE_dtsmlq(), QUARK_CORE_dtsmlq_corner(), QUARK_CORE_dtsmlq_sytra1(), QUARK_CORE_dtsmqr(), QUARK_CORE_dtsmqr_corner(), QUARK_CORE_dtsmqr_sytra1(), QUARK_CORE_dtsqrt(), plasma_sequence_t::quark_sequence, QUARK_Task_Flag_Set(), Quark_Task_Flags_Initializer, plasma_sequence_t::status, T, and TASK_SEQUENCE.
