csrgeam2_bufferSizeExt Class — pytorch Architecture
Architecture documentation for the csrgeam2_bufferSizeExt class in CUDASparseBlas.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/CUDASparseBlas.h lines 29–36
template <typename scalar_t>
inline void csrgeam2_bufferSizeExt(
CUSPARSE_CSRGEAM2_BUFFERSIZE_ARGTYPES(scalar_t)) {
TORCH_INTERNAL_ASSERT(
false,
"at::cuda::sparse::csrgeam2_bufferSizeExt: not implemented for ",
typeid(scalar_t).name());
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free