Home / Class/ csrmm2 Class — pytorch Architecture

csrmm2 Class — pytorch Architecture

Architecture documentation for the csrmm2 class in SparseCUDABlas.cpp from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp lines 138–146

template<typename T>
void csrmm2(
  char transa, char transb,
  int64_t m, int64_t n, int64_t k, int64_t nnz,
  T alpha, T *csrvala, int *csrrowptra, int *csrcolinda,
  T *b, int64_t ldb, T beta, T *c, int64_t ldc)
{
  static_assert(false&&sizeof(T), "cusparse csr MM only supports data type of float, double, cfloat and cdouble.");
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free