Skip to content

Docs - Upgrade version and release note#727

Merged
polarG merged 8 commits into
release/0.12from
hongtaozhang/upgrade-version-notes
Aug 11, 2025
Merged

Docs - Upgrade version and release note#727
polarG merged 8 commits into
release/0.12from
hongtaozhang/upgrade-version-notes

Conversation

@polarG

@polarG polarG commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Release v0.12.0

Main Features & Improvements

SuperBench Enhancements

Micro-benchmark Improvements

Model Benchmark Improvements

Documentation Updates

Result Analysis

@polarG polarG requested a review from a team as a code owner August 5, 2025 20:57
@polarG polarG changed the base branch from main to release/0.12 August 5, 2025 20:57
@polarG polarG added documentation Improvements or additions to documentation release labels Aug 5, 2025
@codecov

codecov Bot commented Aug 5, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.47%. Comparing base (e27491d) to head (0d436ba).
⚠️ Report is 1 commits behind head on release/0.12.

Additional details and impacted files
@@              Coverage Diff              @@
##           release/0.12     #727   +/-   ##
=============================================
  Coverage         86.47%   86.47%           
=============================================
  Files               102      102           
  Lines              7541     7541           
=============================================
  Hits               6521     6521           
  Misses             1020     1020           
Flag Coverage Δ
cpu-python3.10-unit-test 71.59% <100.00%> (ø)
cpu-python3.12-unit-test 71.59% <100.00%> (ø)
cpu-python3.7-unit-test 70.65% <100.00%> (ø)
cuda-unit-test 83.98% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@abuccts abuccts left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please write the release note in the commit message or PR description, don't use an empty commit message

Comment thread docs/user-tutorial/container-images.mdx Outdated
Comment thread docs/user-tutorial/container-images.mdx Outdated
Comment thread docs/user-tutorial/container-images.mdx Outdated
@polarG polarG enabled auto-merge (squash) August 6, 2025 21:22
Comment thread website/blog/2025-08-06-release-0-12.md Outdated
Comment thread website/blog/2025-08-06-release-0-12.md
@polarG polarG merged commit adbf035 into release/0.12 Aug 11, 2025
24 of 25 checks passed
@polarG polarG deleted the hongtaozhang/upgrade-version-notes branch August 11, 2025 21:37
polarG pushed a commit that referenced this pull request Aug 12, 2025
polarG added a commit that referenced this pull request Aug 12, 2025
Description

Add release note for v0.12.0

# Main Features
## SuperBench Improvement
1. - [x] Update Image Build Pipeline (#659)
2. - [x] Add support for arm64 build (#660)
3. - [x] Upgrade dependency versions in pipeline (#671)
4. - [x] Fix installation and lint issues (#684)
5. - [x] Update Flake8 repo (#683)
6. - [x] Init latest python support. (#687)
7. - [x] Add image build on arm64 arch (#690)
8. - [x] Enhancement of ignoring errors for import pkg_resources (#692)
9. - [x] Update label in the ROCm image build (#693)
10. - [x] Support cuda12.8 for Blackwell arch (#682)
11. - [x] Merge multi-arch image (#696)
12. - [x] Update OS of runner to the latest. (#702)
13. - [x] cuda arch flag for cublaslt (#701)


## Micro-benchmark Improvement
1. - [x] Bug Fix - Fix numa error on grace cpu in gpu-copy (#658)
2. - [x] Dependency - Bump onnxruntime-gpu version from 1.10.0 to 1.12.0
(#663)
3. - [x] Benchmarks: micro benchmarks - add general CPU bandwidth and
latency benchmark (#662)
4. - [x] Benchmarks: micro benchmarks - add nvbandwidth build and
benchmark (#665 and #669)
5. - [x] Fix stderr message in gpu-copy benchmark (#673)
6. - [x] Add arch support for 10.0 in gemm-flops (#680)
7. - [x] Fix tensorrt-inference parsing (#674)
8. - [x] nvbandwidth benchmark need to handle N/A value (#675)
9. - [x] Avoid Unintended nvbandwidth Function Calls in All Benchmarks
(#685)
10. - [x] Add GPU Stream Micro Benchmark (#697)
11. - [x] Cuda arch flag for cublaslt (#701)
12. - [x] Support autotuning in cublaslt gemm (#706)
14. - [x] Add FP4 GEMM FLOPS support for cublaslt_gemm benchmark (#711)
15. - [x] CPU Stream Benchmark Revise (#712)
16. - [x] Add cuda12.9 docker image (#716)
17. - [x] Add Grace CPU support for CPU Stream (#719)


## Model Benchmark Improvement
1. - [x] Add LLaMA-2 Models (#668)
2. - [x] Fix typos in documentation and code files (#686)
3. - [x] Add Mixture of Experts Model (#679) 
4. - [ ] Add DeepSeek Training Benchmark
5. - [x] Add DeepSeek Inference Benchmark (AMD GPU) (#713)


## Documentation
1. - [x] Update CODEOWNERS (#670)
2. - [x] Update CODEOWNERS (#718)

## Result Analysis
1. - [x] Enhance logging information for diagnosis rule op baseline
errors. (#689)
polarG added a commit that referenced this pull request Aug 12, 2025
**Description**

Cherry-pick bug fixes from v0.12.0 to main.

**Major Revisions**

* #725
* #727
* #728

Co-authored-by: Hongtao Zhang <hongtaozhang@microsoft.com>
Co-authored-by: Yifan Xiong <yixio@microsoft.com>
Co-authored-by: Guoshuai Zhao <guzhao@microsoft.com>

---------

Co-authored-by: Hongtao Zhang <hongtaozhang@microsoft.com>
Aishwarya-Tonpe pushed a commit that referenced this pull request Aug 16, 2025
**Description**

Cherry-pick bug fixes from v0.12.0 to main.

**Major Revisions**

* #725
* #727
* #728

Co-authored-by: Hongtao Zhang <hongtaozhang@microsoft.com>
Co-authored-by: Yifan Xiong <yixio@microsoft.com>
Co-authored-by: Guoshuai Zhao <guzhao@microsoft.com>

---------

Co-authored-by: Hongtao Zhang <hongtaozhang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants