You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): elevate public presentation for interview and community impact
Unify README and GitHub Pages around an evidence-first narrative with mirrored
EN/ZH structure, dedicated highlights/interview/reference surfaces, and a
refined lightweight NVIDIA-inspired visual system. This makes project value,
validation boundaries, and technical lineage clearer for reviewers.
Also adds an OpenSpec change that codifies interview-readiness and traceable
reference expectations for project-presentation requirements.
Generated with [Devin](https://cli.devin.ai/docs)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@
8
8
9
9
English | [简体中文](README.zh-CN.md)
10
10
11
-
A compact CUDA SGEMM learning project that walks from a readable baseline kernel to Tensor Core WMMA, with cuBLAS verification and a CMake-first build.
11
+
A CUDA SGEMM engineering notebook designed for both deep learning and interview presentation: from readable FP32 baselines to guarded Tensor Core WMMA, with cuBLAS-backed verification and explicit benchmark boundaries.
-**Evidence-first reporting**: performance claims are paired with correctness policy and scope labels.
17
+
-**Comparable interfaces**: FP32 kernels share a unified `(A, B, C, M, K, N, stream)` launcher contract.
18
+
-**Interview-ready narrative**: dedicated pages for project highlights, interview walkthrough, and references.
19
+
-**Bilingual mirrored docs**: English and Chinese public pages stay aligned.
19
20
20
21
## Quick start
21
22
@@ -31,15 +32,26 @@ ctest --test-dir build
31
32
32
33
Runtime tests and benchmarks require a CUDA-capable local machine. Hosted CI is limited to compile-time, formatting, repository-structure, OpenSpec, and Pages checks.
33
34
34
-
## Start here
35
+
## Start here (GitHub Pages)
35
36
36
37
| Goal | Entry point |
37
38
|------|-------------|
38
-
| Use the project site |[GitHub Pages](https://lessup.github.io/sgemm-optimization/)|
39
-
| Build and run once |[Getting Started](docs/getting-started.md)|
40
-
| Follow the kernel ladder |[Learning Path](docs/learning-path.md)|
41
-
| Inspect the source layout |[Architecture](docs/architecture.md)|
42
-
| Read the normative specs |[Specifications](specs.md)|
39
+
| Open English home |[Docs Home](https://lessup.github.io/sgemm-optimization/en/)|
40
+
| Open Chinese home |[中文首页](https://lessup.github.io/sgemm-optimization/zh/)|
41
+
| Build and run once |[Getting Started](https://lessup.github.io/sgemm-optimization/en/getting-started)|
0 commit comments