gemm_strided_batched_ex_64#

nvmath.bindings.cublas.gemm_strided_batched_ex_64(
intptr_t handle,
int transa,
int transb,
int64_t m,
int64_t n,
int64_t k,
intptr_t alpha,
intptr_t a,
int atype,
int64_t lda,
long long stride_a,
intptr_t b,
int btype,
int64_t ldb,
long long stride_b,
intptr_t beta,
intptr_t c,
int ctype,
int64_t ldc,
long long stride_c,
int64_t batch_count,
int compute_type,
int algo,
)[source]#

See cublasGemmStridedBatchedEx_64.