libflame revision_anchor
Functions | Variables
FLASH_Chol_cntl_init.c File Reference

(r)

Functions

void FLASH_Chol_cntl_init ()
 
void FLASH_Chol_cntl_finalize ()
 

Variables

fla_herk_tflash_herk_cntl_op
 
fla_trsm_tflash_trsm_cntl_bp
 
fla_chol_tflash_chol_cntl_leaf
 
fla_chol_tflash_chol_cntl
 
fla_blocksize_tflash_chol_bsize
 

Function Documentation

◆ FLASH_Chol_cntl_finalize()

void FLASH_Chol_cntl_finalize ( void  )
45{
48
50}
fla_chol_t * flash_chol_cntl_leaf
Definition FLASH_Chol_cntl_init.c:16
fla_chol_t * flash_chol_cntl
Definition FLASH_Chol_cntl_init.c:17
fla_blocksize_t * flash_chol_bsize
Definition FLASH_Chol_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_chol_bsize, flash_chol_cntl, and flash_chol_cntl_leaf.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Chol_cntl_init()

void FLASH_Chol_cntl_init ( void  )
21{
22 // Set blocksize for hierarchical storage.
24
25 // Create a control tree that assumes A is a b x b block.
28 NULL,
29 NULL,
30 NULL,
31 NULL,
32 NULL );
33
34 // Create a control tree that assumes A is large.
41 NULL );
42}
fla_herk_t * flash_herk_cntl_op
Definition FLASH_Herk_cntl_init.c:18
fla_trsm_t * flash_trsm_cntl_bp
Definition FLASH_Trsm_cntl_init.c:17
fla_chol_t * FLA_Cntl_chol_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_chol_t *sub_chol, fla_herk_t *sub_herk, fla_trsm_t *sub_trsm, fla_gemm_t *sub_gemm)
Definition FLA_Cntl_lapack.c:17
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_chol_obj_create(), flash_chol_bsize, flash_chol_cntl, flash_chol_cntl_leaf, flash_herk_cntl_op, and flash_trsm_cntl_bp.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_chol_bsize

fla_blocksize_t* flash_chol_bsize

◆ flash_chol_cntl

fla_chol_t* flash_chol_cntl

◆ flash_chol_cntl_leaf

fla_chol_t* flash_chol_cntl_leaf

◆ flash_herk_cntl_op

fla_herk_t* flash_herk_cntl_op
extern

Referenced by FLASH_Chol_cntl_init().

◆ flash_trsm_cntl_bp

fla_trsm_t* flash_trsm_cntl_bp
extern

Referenced by FLASH_Chol_cntl_init().