LASs - Linear Algebra Routines on OmpSs
1.0.0
LASs
|
LASs-DDSs ddss_tile routines. More...
#include "../include/lass.h"
Go to the source code of this file.
Functions | |
int | ddss_tile_size (int M, int MT) |
LASs-DDSs ddss_tile routines.
LASs-DDSs is a software package provided by: Barcelona Supercomputing Center - Centro Nacional de Supercomputacion
Definition in file ddss_tile.c.
int ddss_tile_size | ( | int | M, |
int | MT | ||
) |
tile_size: Computes the size of the tile passed as parameter.
[in] | M | int. M specifies the size ( rows of columns ) of the matrix. |
[in] | MT | int. MT specifies the id of the tile. |
int | size of the tile passed as parameter. |
Definition at line 52 of file ddss_tile.c.
Referenced by ddss_dgather_tile(), ddss_dscatter_tile(), kdgemm(), kdnpgesv(), kdnpgetrf(), kdposv(), kdpotrf(), kdsymm(), kdsyr2k(), kdsyrk(), kdtpgesv(), kdtpgetrf(), kdtrmm(), and kdtrsm().