getrsBatched Class — pytorch Architecture
Architecture documentation for the getrsBatched class in CUDABlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cuda/CUDABlas.cpp lines 2663–2677
template <>
void getrsBatched<float>(CUDABLAS_GETRS_ARGTYPES(float)) {
TORCH_CUDABLAS_CHECK(cublasSgetrsBatched(
handle,
trans,
n,
nrhs,
dA_array,
lda,
ipiv_array,
dB_array,
ldb,
info_array,
batchsize));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free