-
Notifications
You must be signed in to change notification settings - Fork 166
Home
Andrew Chapman edited this page Jun 27, 2017
·
43 revisions
-
To build rocBLAS libraries and verification code, see Build rocBLAS libraries and verification code.
-
For an example using rocBLAS see Example C code calling rocBLAS function.
-
It is expected that most users will not build testing and benchmark code. If you need to build these, see Build rocBLAS libraries, verification-code, tests and benchmarks.
Additional Wiki pages are in the panel on ther right side of this page.
- rocblas_create_handle
- rocblas_destroy_handle
- rocblas_add_stream
- rocblas_set_stream
- rocblas_get_stream
- rocblas_set_pointer_mode
- rocblas_get_pointer_mode
- rocblas_set_vector
- rocblas_get_vector
- rocblas_set_matrix
- rocblas_get_matrix
Replace X with s for single precision, and with d for double precision.
- rocblas_Xscal
- rocblas_Xcopy
- rocblas_Xdot
- rocblas_Xswap
- rocblas_Xaxpy
- rocblas_Xasum
- rocblas_Xnrm2
- rocblas_Xamax
- rocblas_Xamin
- rocblas_Xgemv
- rocblas_Xger
- rocblas_Xgemm
- rocblas_Xgemm_strided_batched
- rocblas_Xtrtri
- rocblas_Xtrtri_batched
- rocblas_Xtrsm