libflame  revision_anchor
Functions | Variables
FLASH_Axpyt_cntl_init.c File Reference

(r)

Functions

void FLASH_Axpyt_cntl_init ()
 
void FLASH_Axpyt_cntl_finalize ()
 

Variables

fla_axpyt_tflash_axpyt_cntl_blas
 
fla_axpyt_tflash_axpyt_cntl_tb
 
fla_axpyt_tflash_axpyt_cntl_lr
 
fla_axpyt_tflash_axpyt_cntl
 
fla_blocksize_tflash_axpyt_bsize
 

Function Documentation

◆ FLASH_Axpyt_cntl_finalize()

void FLASH_Axpyt_cntl_finalize ( void  )

References FLA_Blocksize_free(), and FLA_Cntl_obj_free().

Referenced by FLA_Cntl_finalize_flash().

51 {
53 
57 
59 }
fla_axpyt_t * flash_axpyt_cntl_tb
Definition: FLASH_Axpyt_cntl_init.c:14
fla_axpyt_t * flash_axpyt_cntl
Definition: FLASH_Axpyt_cntl_init.c:16
fla_axpyt_t * flash_axpyt_cntl_blas
Definition: FLASH_Axpyt_cntl_init.c:13
fla_blocksize_t * flash_axpyt_bsize
Definition: FLASH_Axpyt_cntl_init.c:17
void FLA_Blocksize_free(fla_blocksize_t *bp)
Definition: FLA_Blocksize.c:110
fla_axpyt_t * flash_axpyt_cntl_lr
Definition: FLASH_Axpyt_cntl_init.c:15
void FLA_Cntl_obj_free(void *cntl)
Definition: FLA_Cntl.c:13

◆ FLASH_Axpyt_cntl_init()

void FLASH_Axpyt_cntl_init ( void  )

References FLA_Blocksize_create(), and FLA_Cntl_axpyt_obj_create().

Referenced by FLA_Cntl_init_flash().

20 {
21  // Set blocksize for hierarchical storage.
23 
24  // Create a control tree that assumes A and B are small.
26  FLA_SUBPROBLEM,
27  NULL,
28  NULL );
29 
30  // Create a control tree that marches through A and B vertically.
32  FLA_BLOCKED_VARIANT1,
35 
36  // Create a control tree that marches through A and B horizontally.
38  FLA_BLOCKED_VARIANT3,
41 
42  // Create a control tree that marches through A and B horizontally, then
43  // vertically.
45  FLA_BLOCKED_VARIANT3,
48 }
fla_axpyt_t * flash_axpyt_cntl_tb
Definition: FLASH_Axpyt_cntl_init.c:14
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
fla_axpyt_t * flash_axpyt_cntl
Definition: FLASH_Axpyt_cntl_init.c:16
fla_axpyt_t * FLA_Cntl_axpyt_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_axpyt_t *sub_axpyt)
Definition: FLA_Cntl_blas1.c:34
fla_axpyt_t * flash_axpyt_cntl_blas
Definition: FLASH_Axpyt_cntl_init.c:13
fla_blocksize_t * flash_axpyt_bsize
Definition: FLASH_Axpyt_cntl_init.c:17
fla_axpyt_t * flash_axpyt_cntl_lr
Definition: FLASH_Axpyt_cntl_init.c:15

Variable Documentation

◆ flash_axpyt_bsize

fla_blocksize_t* flash_axpyt_bsize

◆ flash_axpyt_cntl

fla_axpyt_t* flash_axpyt_cntl

◆ flash_axpyt_cntl_blas

fla_axpyt_t* flash_axpyt_cntl_blas

Referenced by FLA_Axpyt_internal().

◆ flash_axpyt_cntl_lr

fla_axpyt_t* flash_axpyt_cntl_lr

◆ flash_axpyt_cntl_tb

fla_axpyt_t* flash_axpyt_cntl_tb