libflame  revision_anchor
Functions | Variables
FLASH_Ttmm_cntl_init.c File Reference

(r)

Functions

void FLASH_Ttmm_cntl_init ()
 
void FLASH_Ttmm_cntl_finalize ()
 

Variables

fla_herk_tflash_herk_cntl_op
 
fla_trmm_tflash_trmm_cntl_bp
 
fla_ttmm_tflash_ttmm_cntl_leaf
 
fla_ttmm_tflash_ttmm_cntl
 
fla_blocksize_tflash_ttmm_bsize
 

Function Documentation

◆ FLASH_Ttmm_cntl_finalize()

void FLASH_Ttmm_cntl_finalize ( void  )
45 {
48 
50 }
fla_ttmm_t * flash_ttmm_cntl_leaf
Definition: FLASH_Ttmm_cntl_init.c:16
fla_ttmm_t * flash_ttmm_cntl
Definition: FLASH_Ttmm_cntl_init.c:17
fla_blocksize_t * flash_ttmm_bsize
Definition: FLASH_Ttmm_cntl_init.c:18
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_ttmm_bsize, flash_ttmm_cntl, and flash_ttmm_cntl_leaf.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Ttmm_cntl_init()

void FLASH_Ttmm_cntl_init ( void  )
21 {
22  // Set blocksize for hierarchical storage.
23  flash_ttmm_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );
24 
25  // Create a control tree that assumes A is a b x b block.
27  FLA_SUBPROBLEM,
28  NULL,
29  NULL,
30  NULL,
31  NULL,
32  NULL );
33 
34  // Create a control tree that assumes A is large.
36  FLA_BLOCKED_VARIANT1,
41  NULL );
42 }
fla_herk_t * flash_herk_cntl_op
Definition: FLASH_Herk_cntl_init.c:18
fla_trmm_t * flash_trmm_cntl_bp
Definition: FLASH_Trmm_cntl_init.c:17
fla_ttmm_t * FLA_Cntl_ttmm_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_ttmm_t *sub_ttmm, fla_herk_t *sub_herk, fla_trmm_t *sub_trmm, fla_gemm_t *sub_gemm)
Definition: FLA_Cntl_lapack.c:302
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

References FLA_Blocksize_create(), FLA_Cntl_ttmm_obj_create(), flash_herk_cntl_op, flash_trmm_cntl_bp, flash_ttmm_bsize, flash_ttmm_cntl, and flash_ttmm_cntl_leaf.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_herk_cntl_op

fla_herk_t* flash_herk_cntl_op
extern

◆ flash_trmm_cntl_bp

fla_trmm_t* flash_trmm_cntl_bp
extern

◆ flash_ttmm_bsize

fla_blocksize_t* flash_ttmm_bsize

◆ flash_ttmm_cntl

fla_ttmm_t* flash_ttmm_cntl

◆ flash_ttmm_cntl_leaf

fla_ttmm_t* flash_ttmm_cntl_leaf