🎉 Release v1.1.0 - Documentation Rewrite
Release Date: April 16, 2025
🌐 English
Highlights
This release focuses on documentation improvements and internationalization.
Documentation Improvements
- Bilingual Documentation: Complete documentation now available in both English and Chinese
- Professional Documentation Structure: Reorganized docs with clear
en/andzh/directories - Improved Navigation: Added comprehensive navigation and cross-linking
- Documentation Entry Point: New
docs/README.mdfor easy navigation
New English Documentation
- Quick Start Guide - Get started quickly
- Architecture Design - System design and components
- GEMM Optimization Guide - 7-level optimization techniques
- Performance Tuning Guide - Profiling and optimization
- API Reference - Complete API documentation
- Contributing Guide - Development workflow
New Chinese Documentation
What’s Changed
- Restructured
docs/directory for better organization - Improved README.md and added README.zh-CN.md
- Standardized document formatting and style
- Added version info and last updated dates to all documents
- Enhanced code examples and formatting consistency
Migration Notes
All APIs remain backward compatible. Documentation paths have changed:
1
2
Old: docs/QUICK_START.md
New: docs/en/QUICK_START.md or docs/zh/QUICK_START.md
🌐 简体中文
主要更新
本次发布专注于文档改进和国际化支持。
文档改进
- 双语文档:完整文档现已提供英文和中文版本
- 专业文档结构:重新组织的
en/和zh/目录结构 - 改进的导航:添加了全面的导航和交叉链接
- 文档入口:新增的
docs/README.md便于导航
新增中文文档
- 快速入门 - 快速开始指南
- 架构设计 - 系统设计和核心组件
- GEMM 优化详解 - 7 级优化技术
- 性能调优指南 - 性能分析和调优
- API 参考 - 完整 API 文档
- 贡献指南 - 开发流程和规范
变更内容
- 重构
docs/目录以获得更好的组织结构 - 改进 README.md 并新增 README.zh-CN.md
- 标准化文档格式和样式
- 为所有文档添加版本信息和最后更新日期
- 增强代码示例和格式一致性
迁移说明
所有 API 保持向后兼容。文档路径已更改:
1
2
旧路径: docs/QUICK_START.md
新路径: docs/zh/QUICK_START.md 或 docs/en/QUICK_START.md
📦 Downloads & Assets
| Asset | Description |
|---|---|
Source code (zip) |
Source code as zip archive |
Source code (tar.gz) |
Source code as tar.gz archive |
🔗 Links
- Full Changelog: CHANGELOG.md
- Documentation: docs/
-
v1.0.0 Release](v1.0.0.md) v0.2.0 Release v0.1.0 Release
This release was published on April 16, 2025