(git:b195825)
dbm_multiply_cpu.h File Reference
#include <stdbool.h>
#include "dbm_multiply_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. More...
 

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

Definition at line 68 of file dbm_multiply_cpu.c.