(git:ed6f26b)
Loading...
Searching...
No Matches
dbm_multiply_cpu.h File Reference
#include "dbm_internal.h"
#include "dbm_shard.h"

Go to the source code of this file.

Functions

void dbm_multiply_cpu_process_batch (const int ntasks, dbm_task_t batch[ntasks], const double alpha, const dbm_pack_t *pack_a, const dbm_pack_t *pack_b, dbm_shard_t *shard_c)
 Internal routine for executing the tasks in given batch on the CPU.
 

Function Documentation

◆ dbm_multiply_cpu_process_batch()

void dbm_multiply_cpu_process_batch ( const int  ntasks,
dbm_task_t  batch[ntasks],
const double  alpha,
const dbm_pack_t pack_a,
const dbm_pack_t pack_b,
dbm_shard_t shard_c 
)

Internal routine for executing the tasks in given batch on the CPU.

Author
Ole Schuett

Internal routine for executing the tasks in given batch on the CPU.

Author
Ole Schuett

Internal routine for executing the tasks in given batch on the CPU.

Author
Ole Schuett

Definition at line 70 of file dbm_multiply_cpu.c.

Here is the call graph for this function:
Here is the caller graph for this function: