Type Definition simt_rocblas_sys::rocblas_handle

source ·
pub type rocblas_handle = *mut _rocblas_handle;
Expand description

\brief rocblas_handle is a structure holding the rocblas library context. It must be initialized using rocblas_create_handle(), and the returned handle must be passed to all subsequent library function calls. It should be destroyed at the end using rocblas_destroy_handle().