HiCMA
Hierarchical Computations on Manycore Architectures
|
Go to the source code of this file.
Functions | |
int | HICMA_zhagdm_Tile (MORSE_enum uplo, MORSE_desc_t *Dense) |
int | HICMA_zhagdm_Tile_Async (MORSE_enum uplo, MORSE_desc_t *Dense, MORSE_sequence_t *sequence, MORSE_request_t *request) |
int | HICMA_zhagdmdiag_Tile (MORSE_enum uplo, MORSE_desc_t *Dense) |
int | HICMA_zhagdmdiag_Tile_Async (MORSE_enum uplo, MORSE_desc_t *Dense, MORSE_sequence_t *sequence, MORSE_request_t *request) |
HiCMA computational routines HiCMA is a software package provided by King Abdullah University of Science and Technology (KAUST)
Definition in file zhagdm.c.
int HICMA_zhagdm_Tile | ( | MORSE_enum | uplo, |
MORSE_desc_t * | Dense | ||
) |
file zplrnt.c
MORSE computational routines MORSE is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
version 2.5.0 comment This file has been automatically generated from Plasma 2.5.0 for MORSE 1.0.0 author Mathieu Faverge author Emmanuel Agullo author Cedric Castagnede date 2010-11-15 precisions normal z -> s d c HICMA_zhagdm_Tile - Generate a dense matrix by tiles. Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
MORSE_SUCCESS | successful exit |
int HICMA_zhagdm_Tile_Async | ( | MORSE_enum | uplo, |
MORSE_desc_t * | Dense, | ||
MORSE_sequence_t * | sequence, | ||
MORSE_request_t * | request | ||
) |
HICMA_zhagdm_Tile_Async - Generate a random matrix by tiles. Non-blocking equivalent of MORSE_zhagdm_Tile(). May return before the computation is finished. Allows for pipelining of operations at runtime.
[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). |
int HICMA_zhagdmdiag_Tile | ( | MORSE_enum | uplo, |
MORSE_desc_t * | Dense | ||
) |
HICMA_zhagdmdiag_Tile - Generate a dense matrix by tiles. The diagonal tiles of problem are used. Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
MORSE_SUCCESS | successful exit |
int HICMA_zhagdmdiag_Tile_Async | ( | MORSE_enum | uplo, |
MORSE_desc_t * | Dense, | ||
MORSE_sequence_t * | sequence, | ||
MORSE_request_t * | request | ||
) |
HICMA_zhagdmdiag_Tile_Async - Generate a random matrix by tiles. The diagonal tiles of problem are used. Non-blocking equivalent of HICMA_zhagdmdiag_Tile(). May return before the computation is finished. Allows for pipelining of operations at runtime.
[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). |