libflame  revision_anchor
Functions
FLA_Copy_task.c File Reference

(r)

Functions

FLA_Error FLA_Copy_task (FLA_Obj A, FLA_Obj B, fla_copy_t *cntl)
 

Function Documentation

◆ FLA_Copy_task()

FLA_Error FLA_Copy_task ( FLA_Obj  A,
FLA_Obj  B,
fla_copy_t cntl 
)
14 {
15  return FLA_Copy_external( A, B );
16 }
FLA_Error FLA_Copy_external(FLA_Obj A, FLA_Obj B)
Definition: FLA_Copy_external.c:13

References FLA_Copy_external().

Referenced by FLA_Copy_internal(), FLASH_Queue_exec_task(), and FLASH_Queue_exec_task_gpu().