-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs - Upgrade version and release note (#277)
__Description__ Upgrade version and release note. __Major Revision__ - Upgrade package versions - Add release note for v0.4.0
- Loading branch information
Showing
18 changed files
with
81 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Server: | ||
# - Product: HPE Apollo 6500 | ||
|
||
version: v0.3 | ||
version: v0.4 | ||
superbench: | ||
enable: null | ||
var: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SuperBench Config | ||
version: v0.3 | ||
version: v0.4 | ||
superbench: | ||
enable: null | ||
monitor: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SuperBench Config | ||
version: v0.3 | ||
version: v0.4 | ||
superbench: | ||
enable: null | ||
monitor: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SuperBench rules | ||
version: v0.3 | ||
version: v0.4 | ||
superbench: | ||
rules: | ||
rule0: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
slug: release-sb-v0.4 | ||
title: Releasing SuperBench v0.4 | ||
author: Peng Cheng | ||
author_title: SuperBench Team | ||
author_url: https://github.com/cp5555 | ||
author_image_url: https://github.com/cp5555.png | ||
tags: [superbench, announcement, release] | ||
--- | ||
|
||
We are very happy to announce that **SuperBench 0.4.0 version** is officially released today! | ||
|
||
You can install and try superbench by following [Getting Started Tutorial](https://microsoft.github.io/superbenchmark/docs/getting-started/installation). | ||
|
||
## SuperBench 0.4.0 Release Notes | ||
|
||
### SuperBench Framework | ||
|
||
#### Monitor | ||
|
||
- Add monitor framework for NVIDIA GPU, CPU, memory and disk. | ||
|
||
#### Data Diagnosis and Analysis | ||
|
||
- Support baseline-based data diagnosis. | ||
- Support basic analysis feature (boxplot figure, outlier detection, etc.). | ||
|
||
### Single-node Validation | ||
|
||
#### Micro Benchmarks | ||
|
||
- CPU Memory Validation (tool: Intel Memory Latency Checker). | ||
- GPU Copy Bandwidth (tool: built by MSRA). | ||
- Add ORT Model on AMD GPU platform. | ||
- Add inference backend TensorRT. | ||
- Add inference backend ORT. | ||
|
||
### Multi-node Validation | ||
|
||
#### Micro Benchmarks | ||
|
||
- IB Networking validation. | ||
- TCP validation (tool: TCPing). | ||
- GPCNet Validation (tool: GPCNet). | ||
|
||
### Other Improvement | ||
|
||
1. Enhancement | ||
- Add pipeline for AMD docker. | ||
- Integrate system config info script with SuperBench. | ||
- Support FP32 mode without TF32. | ||
- Refine unit test for microbenchmark. | ||
- Unify metric names for all benchmarks. | ||
|
||
2. Document | ||
- Add benchmark list | ||
- Add monitor document | ||
- Add data diagnosis document |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters