ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
#include "../include/starpu_exageostat.h"
Go to the source code of this file.
Functions | |
int | MORSE_MLE_dgemv_Tile_Async (MORSE_desc_t *descA, MORSE_desc_t *descZ, MORSE_desc_t *descZout, MORSE_sequence_t *sequence, MORSE_request_t *request) |
Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.
ExaGeoStat is a software package provided by KAUST
StarPU codelet to compute dense matrix-vector multiplication.
Definition in file codelet_dgemv.c.
int MORSE_MLE_dgemv_Tile_Async | ( | MORSE_desc_t * | descA, |
MORSE_desc_t * | descZ, | ||
MORSE_desc_t * | descZout, | ||
MORSE_sequence_t * | sequence, | ||
MORSE_request_t * | request | ||
) |
MORSE_MLE_dgemv_Tile_Async - Matrix Vector Multiplication. Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
[in] | descA | Morse descriptor. |
[in] | descZ | Morse descriptor. |
[out] | descZout | Morse descriptor. |
[in] | sequence | Identifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes). |
[in] | request | Identifies this function call (for exception handling purposes). |
MORSE_SUCCESS | successful exit |
Definition at line 83 of file codelet_dgemv.c.