bsrmv Class — pytorch Architecture
Architecture documentation for the bsrmv class in CUDASparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/CUDASparseBlas.cpp lines 312–330
template <>
void bsrmv<float>(CUSPARSE_BSRMV_ARGTYPES(float)) {
TORCH_CUDASPARSE_CHECK(cusparseSbsrmv(
handle,
dirA,
transA,
mb,
nb,
nnzb,
alpha,
descrA,
bsrValA,
bsrRowPtrA,
bsrColIndA,
blockDim,
x,
beta,
y));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free