Function rcublas_sys::cublasSgemvStridedBatched
source · pub unsafe extern "C" fn cublasSgemvStridedBatched(
handle: cublasHandle_t,
trans: cublasOperation_t,
m: c_int,
n: c_int,
alpha: *const f32,
A: *const f32,
lda: c_int,
strideA: c_longlong,
x: *const f32,
incx: c_int,
stridex: c_longlong,
beta: *const f32,
y: *mut f32,
incy: c_int,
stridey: c_longlong,
batchCount: c_int
) -> cublasStatus_t