Architecture as narrative
The site leads from system model to operator detail, so evaluators can understand why the repository is organized the way it is.
A header-only C++/CUDA project that explains how modern AI kernels are designed, optimized, benchmarked, and evaluated, with the reader journey shaped like a systems paper instead of a generic docs portal.
Move from why the kernels exist, to how the system is layered, to what evidence supports the performance posture.
Each section has a distinct job in the argument, from conceptual framing to implementation inspection.
The project is designed to surface engineering judgment. The interesting question is not only whether a kernel is fast, but whether the optimization path, system boundaries, and supporting evidence remain legible.
TensorCraft-HPC supports NVIDIA GPUs from Volta (2017) to Blackwell (2024), covering CUDA Compute Capability 7.0-10.0.