Commit 6c02402
shijiashuai
refactor: complete stabilization and close-out phase
Major improvements:
- Fix GEMM Step 6/7 documentation inconsistencies
- Add type support matrix for GEMM optimizations
- Add status management to all OpenSpec specs
- Redesign Git Pages landing page with high marketing value
- Remove docs/node_modules (95MB) and boilerplate docs
- Enhance CUTLASS and INT8 GEMM documentation
Code changes:
- Add status annotations to GEMM optimization steps
- Document CUTLASS baseline type limitations
- Document INT8 GEMM optimization level delegation
- Add frontmatter status to all 9 specs
Documentation improvements:
- Complete type support matrix in API docs (EN/ZH-CN)
- Update GEMM guide with implementation status
- Create marketing-focused landing page with performance highlights
- Add learning path and quick start sections
Cleanup:
- Remove docs/node_modules (95MB)
- Remove boilerplate: CODE_OF_CONDUCT.md, SECURITY.md, CONTRIBUTING.md
- Add docs/.gitignore
This completes the stabilization phase. The repository is now in a clean,
credible, and easy-to-understand state ready for archival.1 parent eb04f93 commit 6c02402
24 files changed
Lines changed: 389 additions & 354 deletions
File tree
- .github/workflows
- docs
- en
- api
- guide
- zh-CN
- api
- guide
- openspec/specs
- ai-development-workflow
- automation-rationalization
- developer-tooling-profile
- documentation-rationalization
- gemm-baseline-benchmarking
- github-presentation
- python-kernel-surface
- repository-governance
- stabilization-sweep
- python
- src/gemm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
62 | 76 | | |
63 | 77 | | |
64 | 78 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments