0
What is the use of saxpy in C++
C++
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.
+ 3
The function saxpy is the kernel that runs in parallel on the GPU, and the main function is the host code.