Home / Class/ gemm_internal Class — pytorch Architecture

gemm_internal Class — pytorch Architecture

Architecture documentation for the gemm_internal class in CUDABlas.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cuda/CUDABlas.h lines 80–83

template <typename Dtype, typename C_Dtype = Dtype>
inline void gemm_internal(CUDABLAS_GEMM_ARGTYPES_AND_C_DTYPE(Dtype, C_Dtype)) {
  static_assert(false&&sizeof(Dtype),"at::cuda::blas::gemm_internal: not implemented");
}

Analyze Your Own Codebase

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

Try Supermodel Free