bsrsv2_bufferSize Class — pytorch Architecture
Architecture documentation for the bsrsv2_bufferSize class in CUDASparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/CUDASparseBlas.cpp lines 393–408
template <>
void bsrsv2_bufferSize<float>(CUSPARSE_BSRSV2_BUFFER_ARGTYPES(float)) {
TORCH_CUDASPARSE_CHECK(cusparseSbsrsv2_bufferSize(
handle,
dirA,
transA,
mb,
nnzb,
descrA,
bsrValA,
bsrRowPtrA,
bsrColIndA,
blockDim,
info,
pBufferSizeInBytes));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free