Skip to content

Commit 07f8864

Browse files
committed
docs: update CHANGELOG with bug fixes and improvements
- Fix: duplicate defaults section in _config.yml - Fix: remove reference to non-existent og-image.png - Fix: improve architecture detection comments in benchmark.cuh - Improve: optimize GitHub topics (add shared-memory, bank-conflict) - Improve: add sm_89/sm_90 support in CI workflow - Improve: add jekyll-default-layout plugin for GitHub Pages
1 parent 134c116 commit 07f8864

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Added `AGENTS.md` for AI agent workflow instructions
1919
- Updated `README.md` and `CONTRIBUTING.md` to reference new spec structure
2020

21+
### Fixed
22+
- **Config Bug**: Fixed duplicate `defaults` section in `_config.yml` causing Jekyll configuration conflict
23+
- **Config Bug**: Removed reference to non-existent `og-image.png` in `_config.yml`
24+
- **Code Comment**: Improved clarity in `getTheoreticalPeakGflops()` architecture detection comments
25+
26+
### Improved
27+
- **GitHub Topics**: Optimized repository topics (removed `deep-learning`, `cuda-kernel`, `nvidia-gpu`; added `cuda-kernels`, `shared-memory`, `bank-conflict`)
28+
- **CI Workflow**: Added sm_89 and sm_90 architecture support in CUDA build matrix
29+
- **GitHub Pages**: Added `jekyll-default-layout` plugin, improved performance table formatting
30+
2131
---
2232

2333
## [2.1.0] - 2026-04-16

0 commit comments

Comments
 (0)