libflame  revision_anchor
Functions
FLA_Obj_create_buffer_task.c File Reference

(r)

Functions

FLA_Error FLA_Obj_create_buffer_task (dim_t rs, dim_t cs, FLA_Obj obj, void *cntl)
 

Function Documentation

◆ FLA_Obj_create_buffer_task()

FLA_Error FLA_Obj_create_buffer_task ( dim_t  rs,
dim_t  cs,
FLA_Obj  obj,
void *  cntl 
)
14 {
15  FLA_Error r_val;
16 
17  r_val = FLA_Obj_create_buffer( rs, cs, &obj );
18 
19  FLA_Set( FLA_ZERO, obj );
20 
21  return r_val;
22 }
FLA_Obj FLA_ZERO
Definition: FLA_Init.c:20
FLA_Error FLA_Obj_create_buffer(dim_t rs, dim_t cs, FLA_Obj *obj)
Definition: FLA_Obj.c:544
int FLA_Error
Definition: FLA_type_defs.h:47
FLA_Error FLA_Set(FLA_Obj alpha, FLA_Obj A)
Definition: FLA_Set.c:13

References FLA_Obj_create_buffer(), FLA_Set(), and FLA_ZERO.

Referenced by FLASH_Queue_exec_task().