Module axpy

Module axpy 

Source
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ยง

AxpyKernel
AXPY kernel