0

What is the use of saxpy in C++

C++

5th Apr 2019, 9:29 PM
jesaya efraim leopold
jesaya efraim leopold - avatar
2 RĂ©ponses
+ 3
SAXPY stands for “Single-Precision A. X Plus Y”. It is a function in the standard Basic Linear Algebra Subroutines (BLAS)library.
14th May 2019, 4:55 PM
( ͠° ͟ʖ °͠ )
+ 3
The function saxpy is the kernel that runs in parallel on the GPU, and the main function is the host code.
14th May 2019, 4:55 PM
( ͠° ͟ʖ °͠ )