![]() |
(git:ed6f26b)
|
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. | |
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.
Internal routine for executing the tasks in given batch on the CPU.
Internal routine for executing the tasks in given batch on the CPU.
Definition at line 70 of file dbm_multiply_cpu.c.