Expand description
AXPY kernel (Y = alpha * X + Y)
Implements the AXPY operation: y = alpha * x + y where:
- x and y are vectors
- alpha is a scalar value
Structsยง
- Axpy
Kernel - AXPY kernel
AXPY kernel (Y = alpha * X + Y)
Implements the AXPY operation: y = alpha * x + y where: