syevjBatched_bufferSize Class — pytorch Architecture
Architecture documentation for the syevjBatched_bufferSize class in CUDASolver.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/cuda/linalg/CUDASolver.cpp lines 1375–1389
template <>
void syevjBatched_bufferSize<float>(
cusolverDnHandle_t handle,
cusolverEigMode_t jobz,
cublasFillMode_t uplo,
int n,
const float* A,
int lda,
const float* W,
int* lwork,
syevjInfo_t params,
int batchsize) {
TORCH_CUSOLVER_CHECK(cusolverDnSsyevjBatched_bufferSize(
handle, jobz, uplo, n, A, lda, W, lwork, params, batchsize));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free