libflame  revision_anchor
Functions | Variables
FLASH_Hemm_cntl_init.c File Reference

(r)

Functions

void FLASH_Hemm_cntl_init ()
 
void FLASH_Hemm_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_hemm_tflash_hemm_cntl_blas
 
fla_hemm_tflash_hemm_cntl_bp
 
fla_hemm_tflash_hemm_cntl_mp
 
fla_hemm_tflash_hemm_cntl_mm
 
fla_blocksize_tflash_hemm_bsize
 

Function Documentation

◆ FLASH_Hemm_cntl_finalize()

void FLASH_Hemm_cntl_finalize ( void  )
67 {
69 
73 
75 }
fla_hemm_t * flash_hemm_cntl_blas
Definition: FLASH_Hemm_cntl_init.c:18
fla_hemm_t * flash_hemm_cntl_mm
Definition: FLASH_Hemm_cntl_init.c:21
fla_blocksize_t * flash_hemm_bsize
Definition: FLASH_Hemm_cntl_init.c:22
fla_hemm_t * flash_hemm_cntl_bp
Definition: FLASH_Hemm_cntl_init.c:19
fla_hemm_t * flash_hemm_cntl_mp
Definition: FLASH_Hemm_cntl_init.c:20
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_hemm_bsize, flash_hemm_cntl_blas, flash_hemm_cntl_bp, flash_hemm_cntl_mm, and flash_hemm_cntl_mp.

Referenced by FLA_Cntl_finalize_flash().

◆ FLASH_Hemm_cntl_init()

void FLASH_Hemm_cntl_init ( void  )
25 {
26  // Set hemm blocksize for hierarchical storage.
27  flash_hemm_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_hemm_t * FLA_Cntl_hemm_obj_create(FLA_Matrix_type matrix_type, int variant, fla_blocksize_t *blocksize, fla_scal_t *sub_scal, fla_hemm_t *sub_hemm, fla_gemm_t *sub_gemm1, fla_gemm_t *sub_gemm2)
Definition: FLA_Cntl_blas3.c:36
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_hemm_obj_create(), flash_gemm_cntl_mm_mp, flash_gemm_cntl_op_bp, flash_hemm_bsize, flash_hemm_cntl_blas, flash_hemm_cntl_bp, flash_hemm_cntl_mm, flash_hemm_cntl_mp, and flash_scal_cntl.

Referenced by FLA_Cntl_init_flash().

Variable Documentation

◆ flash_gemm_cntl_mm_mp

fla_gemm_t* flash_gemm_cntl_mm_mp
extern

Referenced by FLASH_Hemm_cntl_init().

◆ 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_Hemm_cntl_init().

◆ flash_hemm_bsize

fla_blocksize_t* flash_hemm_bsize

◆ flash_hemm_cntl_blas

fla_hemm_t* flash_hemm_cntl_blas

◆ flash_hemm_cntl_bp

fla_hemm_t* flash_hemm_cntl_bp

◆ flash_hemm_cntl_mm

fla_hemm_t* flash_hemm_cntl_mm

◆ flash_hemm_cntl_mp

fla_hemm_t* flash_hemm_cntl_mp

◆ flash_scal_cntl

fla_scal_t* flash_scal_cntl
extern

Referenced by FLASH_Hemm_cntl_init().