Home / Class/ bsrsm2_bufferSize Class — pytorch Architecture

bsrsm2_bufferSize Class — pytorch Architecture

Architecture documentation for the bsrsm2_bufferSize class in CUDASparseBlas.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cuda/CUDASparseBlas.h lines 244–250

template <typename scalar_t>
inline void bsrsm2_bufferSize(CUSPARSE_BSRSM2_BUFFER_ARGTYPES(scalar_t)) {
  TORCH_INTERNAL_ASSERT(
      false,
      "at::cuda::sparse::bsrsm2_bufferSize: not implemented for ",
      typeid(scalar_t).name());
}

Analyze Your Own Codebase

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

Try Supermodel Free