BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
kerargs_MatMult_t Struct Reference

Arguments for the kernel, $y \leftarrow \beta\cdot y + \alpha\cdot \mathrm{op}(A)\cdot x$. More...

#include <keropts.h>

Data Fields

int num_calls
 Number of times to execute this kernel.
oski_index_t num_vecs
 No.
oski_matop_t op
 $\mathrm{op}(A)$
oski_value_t alpha
 $\alpha$
oski_vecview_t x
 Operand $x$.
oski_storage_t x_layout
 Storage layout for $x$.
oski_value_t beta
 $\beta$
oski_vecview_t y
 Operand $y$.
oski_storage_t y_layout
 Storage layout for $y$.

Detailed Description

Arguments for the kernel, $y \leftarrow \beta\cdot y + \alpha\cdot \mathrm{op}(A)\cdot x$.


Field Documentation


The documentation for this struct was generated from the following file: