Skip to content

Exported functions

Andrew Chapman edited this page Oct 27, 2017 · 4 revisions

Exported BLAS functions

hipBLAS includes the following auxiliary functions

Function name
hipblasCreate
hipblasDestroy
hipblasSetStream
hipblasGetStream
hipblasSetPointerMode
hipblasGetPointerMode
hipblasSetVector
hipblasGetVector
hipblasSetMatrix
hipblasGetMatrix

hipBLAS includes the following Level 1, 2, and 3 functions

Level 1

Function single double single complex double complex half
hipblasXscal x x
hipblasXcopy x x
hipblasXdot x x
hipblasXaxpy x x
hipblasXasum x x
hipblasiXamax x x

Level 2

Function single double single complex double complex half
hipblasXgemv x x
hipblasXger x x

Level 3

Function single double single complex double complex half
hipblasXgemm x x
hipblasXgemmStridedBatched x x

Blas like functions

Function single double single complex double complex half
hipblasXgeam x x

Build hipblas

Clone this wiki locally