void Class — pytorch Architecture
Architecture documentation for the void class in SparseCUDABlas.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h lines 14–30
template <typename T>
TORCH_CUDA_CU_API 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);
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free