bgemm_internal Class — pytorch Architecture
Architecture documentation for the bgemm_internal class in CUDABlas.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/CUDABlas.h lines 203–206
template <typename Dtype, typename C_Dtype = Dtype>
inline void bgemm_internal(CUDABLAS_BGEMM_ARGTYPES_AND_C_DTYPE(Dtype, C_Dtype)) {
static_assert(false&&sizeof(Dtype),"at::cuda::blas::bgemm_internal: not implemented");
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free