Welcome to our Support Center
CuBLAS Resume
In this section youβll find a list of all CuBLAS fonctionalities.
Β | ICONS | DESCRIPTION |
This function finds the (smallest) index of the element of the maximum magnitude.Β | ||
This function finds the (smallest) index of the element of the minimum magnitude. | ||
This function computes the sum of the absolute values of the elements of vector x. | ||
This function multiplies the vector x by the scalar alpha and adds it to the vector y overwriting the latest vector with the result.Β | ||
This function copies the vector x into the vector y. | ||
This function computes the dot product of vectors x and y. | ||
This function computes the Euclidean norm of the vector x. | ||
This function applies Givens rotation matrix. | ||
This function constructs the Givens rotation matrix. | ||
This function applies the modified Givens transformation to vectors x and y. | ||
This function constructs the modified Givens transformation. | ||
This function scales the vector x by the scalar alpha and overwrites it with the result. | ||
This function interchanges the elements of vector x and y. | ||
This function performs the matrix-vector multiplication : y = Ξ± * op(A)x + Ξ² * y | ||
This function performs the matrix-matrix multiplication : C = Ξ± * op(A) * op(B) + Ξ² * C |