The nvmath.bindings module is experimental and potentially subject to future changes. cgemm_64# nvmath.bindings.nvpl.blas.cgemm_64( int order, int trans_a, int trans_b, int64_t m, int64_t n, int64_t k, intptr_t alpha, intptr_t a, int64_t lda, intptr_t b, int64_t ldb, intptr_t beta, intptr_t c, int64_t ldc, ) → void[source]# See cblas_cgemm_64.