Major Class — pytorch Architecture
Architecture documentation for the Major class in sdp_utils.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/transformers/cuda/sdp_utils.cpp lines 272–277
template <int Major, int Minor>
struct SMVersion {
static constexpr int major = Major;
static constexpr int minor = Minor;
constexpr SMVersion() = default;
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free