libflame  revision_anchor
Functions | Variables
FLASH_Copy_cntl_init.c File Reference

(r)

Functions

void FLASH_Copy_cntl_init ()
 
void FLASH_Copy_cntl_finalize ()
 

Variables

fla_copy_tflash_copy_cntl_blas
 
fla_copy_tflash_copy_cntl_tb
 
fla_copy_tflash_copy_cntl
 
fla_blocksize_tflash_copy_bsize
 

Function Documentation

◆ FLASH_Copy_cntl_finalize()

void FLASH_Copy_cntl_finalize ( void  )
44 {
46 
49 
51 }
fla_blocksize_t * flash_copy_bsize
Definition: FLASH_Copy_cntl_init.c:16
fla_copy_t * flash_copy_cntl_tb
Definition: FLASH_Copy_cntl_init.c:14
fla_copy_t * flash_copy_cntl_blas
Definition: FLASH_Copy_cntl_init.c:13
fla_copy_t * flash_copy_cntl
Definition: FLASH_Copy_cntl_init.c:15
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_copy_bsize, flash_copy_cntl, flash_copy_cntl_blas, and flash_copy_cntl_tb.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Copy_cntl_init()

void FLASH_Copy_cntl_init ( void  )
19 {
20  // Set blocksize for hierarchical storage.
21  flash_copy_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );
22 
23  // Create a control tree that assumes A and B are small.
25  FLA_SUBPROBLEM,
26  NULL,
27  NULL );
28 
29  // Create a control tree that marches through A and B vertically.
31  FLA_BLOCKED_VARIANT1,
34 
35  // Create a control tree that marches through A and B horizontally, then
36  // vertically.
38  FLA_BLOCKED_VARIANT3,
41 }
fla_copy_t * FLA_Cntl_copy_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_copy_t *sub_copy)
Definition: FLA_Cntl_blas1.c:51
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_copy_obj_create(), flash_copy_bsize, flash_copy_cntl, flash_copy_cntl_blas, and flash_copy_cntl_tb.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_copy_bsize

fla_blocksize_t* flash_copy_bsize

◆ flash_copy_cntl

fla_copy_t* flash_copy_cntl

◆ flash_copy_cntl_blas

fla_copy_t* flash_copy_cntl_blas

◆ flash_copy_cntl_tb

fla_copy_t* flash_copy_cntl_tb