libflame revision_anchor
Functions | Variables
FLASH_Copyt_cntl_init.c File Reference

(r)

Functions

void FLASH_Copyt_cntl_init ()
 
void FLASH_Copyt_cntl_finalize ()
 

Variables

fla_copyt_tflash_copyt_cntl_blas
 
fla_copyt_tflash_copyt_cntl_tb
 
fla_copyt_tflash_copyt_cntl_lr
 
fla_copyt_tflash_copyt_cntl
 
fla_blocksize_tflash_copyt_bsize
 

Function Documentation

◆ FLASH_Copyt_cntl_finalize()

void FLASH_Copyt_cntl_finalize ( void  )
51{
53
57
59}
fla_blocksize_t * flash_copyt_bsize
Definition FLASH_Copyt_cntl_init.c:17
fla_copyt_t * flash_copyt_cntl_tb
Definition FLASH_Copyt_cntl_init.c:14
fla_copyt_t * flash_copyt_cntl
Definition FLASH_Copyt_cntl_init.c:16
fla_copyt_t * flash_copyt_cntl_lr
Definition FLASH_Copyt_cntl_init.c:15
fla_copyt_t * flash_copyt_cntl_blas
Definition FLASH_Copyt_cntl_init.c:13
void FLA_Cntl_obj_free(void *cntl)
Definition FLA_Cntl.c:13
void FLA_Blocksize_free(fla_blocksize_t *bp)
Definition FLA_Blocksize.c:110

References FLA_Blocksize_free(), FLA_Cntl_obj_free(), flash_copyt_bsize, flash_copyt_cntl, flash_copyt_cntl_blas, flash_copyt_cntl_lr, and flash_copyt_cntl_tb.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Copyt_cntl_init()

void FLASH_Copyt_cntl_init ( void  )
20{
21 // Set blocksize for hierarchical storage.
23
24 // Create a control tree that assumes A and B are small.
27 NULL,
28 NULL );
29
30 // Create a control tree that marches through A and B vertically.
35
36 // Create a control tree that marches through A and B horizontally.
41
42 // Create a control tree that marches through A and B horizontally, then
43 // vertically.
48}
fla_copyt_t * FLA_Cntl_copyt_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_copyt_t *sub_copyt)
Definition FLA_Cntl_blas1.c:68
fla_blocksize_t * FLA_Blocksize_create(dim_t b_s, dim_t b_d, dim_t b_c, dim_t b_z)
Definition FLA_Blocksize.c:36
int i
Definition bl1_axmyv2.c:145

References FLA_Blocksize_create(), FLA_Cntl_copyt_obj_create(), flash_copyt_bsize, flash_copyt_cntl, flash_copyt_cntl_blas, flash_copyt_cntl_lr, and flash_copyt_cntl_tb.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_copyt_bsize

fla_blocksize_t* flash_copyt_bsize

◆ flash_copyt_cntl

fla_copyt_t* flash_copyt_cntl

◆ flash_copyt_cntl_blas

fla_copyt_t* flash_copyt_cntl_blas

◆ flash_copyt_cntl_lr

fla_copyt_t* flash_copyt_cntl_lr

◆ flash_copyt_cntl_tb

fla_copyt_t* flash_copyt_cntl_tb