libflame  revision_anchor
Functions | Variables
FLASH_Symm_cntl_init.c File Reference

(r)

Functions

void FLASH_Symm_cntl_init ()
 
void FLASH_Symm_cntl_finalize ()
 

Variables

fla_scal_tflash_scal_cntl
 
fla_gemm_tflash_gemm_cntl_op_bp
 
fla_gemm_tflash_gemm_cntl_mm_pm
 
fla_gemm_tflash_gemm_cntl_mm_mp
 
fla_symm_tflash_symm_cntl_blas
 
fla_symm_tflash_symm_cntl_bp
 
fla_symm_tflash_symm_cntl_mp
 
fla_symm_tflash_symm_cntl_mm
 
fla_blocksize_tflash_symm_bsize
 

Function Documentation

◆ FLASH_Symm_cntl_finalize()

void FLASH_Symm_cntl_finalize ( void  )
67 {
69 
73 
75 }
fla_symm_t * flash_symm_cntl_bp
Definition: FLASH_Symm_cntl_init.c:19
fla_blocksize_t * flash_symm_bsize
Definition: FLASH_Symm_cntl_init.c:22
fla_symm_t * flash_symm_cntl_mp
Definition: FLASH_Symm_cntl_init.c:20
fla_symm_t * flash_symm_cntl_blas
Definition: FLASH_Symm_cntl_init.c:18
fla_symm_t * flash_symm_cntl_mm
Definition: FLASH_Symm_cntl_init.c:21
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_symm_bsize, flash_symm_cntl_blas, flash_symm_cntl_bp, flash_symm_cntl_mm, and flash_symm_cntl_mp.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Symm_cntl_init()

void FLASH_Symm_cntl_init ( void  )
25 {
26  // Set symm blocksize for hierarchical storage.
27  flash_symm_bsize = FLA_Blocksize_create( 1, 1, 1, 1 );
28 
29  // Create a control tree that assumes A and B are b x b blocks.
31  FLA_SUBPROBLEM,
32  NULL,
33  NULL,
34  NULL,
35  NULL,
36  NULL );
37 
38  // Create a control tree that assumes A is a block and B is a panel.
40  FLA_BLOCKED_VARIANT9,
44  NULL,
45  NULL );
46 
47  // Create a control tree that assumes A is large and B is a panel.
49  FLA_BLOCKED_VARIANT1,
55 
56  // Create a control tree that assumes A and B are both large.
58  FLA_BLOCKED_VARIANT9,
62  NULL,
63  NULL );
64 }
fla_scal_t * flash_scal_cntl
Definition: FLASH_Scal_cntl_init.c:16
fla_gemm_t * flash_gemm_cntl_op_bp
Definition: FLASH_Gemm_cntl_init.c:23
fla_gemm_t * flash_gemm_cntl_mm_mp
Definition: FLASH_Gemm_cntl_init.c:16
fla_symm_t * FLA_Cntl_symm_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_scal_t *sub_scal, fla_symm_t *sub_symm, fla_gemm_t *sub_gemm1, fla_gemm_t *sub_gemm2)
Definition: FLA_Cntl_blas3.c:103
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_symm_obj_create(), flash_gemm_cntl_mm_mp, flash_gemm_cntl_op_bp, flash_scal_cntl, flash_symm_bsize, flash_symm_cntl_blas, flash_symm_cntl_bp, flash_symm_cntl_mm, and flash_symm_cntl_mp.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_gemm_cntl_mm_mp

fla_gemm_t* flash_gemm_cntl_mm_mp
extern

◆ flash_gemm_cntl_mm_pm

fla_gemm_t* flash_gemm_cntl_mm_pm
extern

◆ flash_gemm_cntl_op_bp

fla_gemm_t* flash_gemm_cntl_op_bp
extern

Referenced by FLASH_Symm_cntl_init().

◆ flash_scal_cntl

fla_scal_t* flash_scal_cntl
extern

Referenced by FLASH_Symm_cntl_init().

◆ flash_symm_bsize

fla_blocksize_t* flash_symm_bsize

◆ flash_symm_cntl_blas

fla_symm_t* flash_symm_cntl_blas

◆ flash_symm_cntl_bp

fla_symm_t* flash_symm_cntl_bp

◆ flash_symm_cntl_mm

fla_symm_t* flash_symm_cntl_mm

◆ flash_symm_cntl_mp

fla_symm_t* flash_symm_cntl_mp