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