Docs - Upgrade version and release note (#557)
**Description** Upgrade version and release note. **Major Revision** - Upgrade package versions - Add release note for v0.9.0
This commit is contained in:
Родитель
ed56d4db21
Коммит
1537a274e8
|
@ -15,7 +15,7 @@
|
|||
|
||||
__SuperBench__ is a validation and profiling tool for AI infrastructure.
|
||||
|
||||
📢 [v0.8.0](https://github.com/microsoft/superbenchmark/releases/tag/v0.8.0) has been released!
|
||||
📢 [v0.9.0](https://github.com/microsoft/superbenchmark/releases/tag/v0.9.0) has been released!
|
||||
|
||||
## _Check [aka.ms/superbench](https://aka.ms/superbench) for more details._
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ You can clone the source from GitHub and build it.
|
|||
:::note Note
|
||||
You should checkout corresponding tag to use release version, for example,
|
||||
|
||||
`git clone -b v0.8.0 https://github.com/microsoft/superbenchmark`
|
||||
`git clone -b v0.9.0 https://github.com/microsoft/superbenchmark`
|
||||
:::
|
||||
|
||||
```bash
|
||||
|
|
|
@ -27,7 +27,7 @@ sb deploy -f remote.ini --host-password [password]
|
|||
:::note Note
|
||||
You should deploy corresponding Docker image to use release version, for example,
|
||||
|
||||
`sb deploy -f local.ini -i superbench/superbench:v0.8.0-cuda12.1`
|
||||
`sb deploy -f local.ini -i superbench/superbench:v0.9.0-cuda12.1`
|
||||
|
||||
You should note that version of git repo only determines version of sb CLI, and not the sb container. You should define the container version even if you specified a release version for the git clone.
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ superbench:
|
|||
<TabItem value='example'>
|
||||
|
||||
```yaml
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: benchmark_1
|
||||
monitor:
|
||||
|
|
|
@ -23,12 +23,15 @@ available tags are listed below for all stable versions.
|
|||
values={[
|
||||
{label: 'CUDA', value: 'cuda'},
|
||||
{label: 'ROCm', value: 'rocm'},
|
||||
{label: 'DirectX', value: 'directx'},
|
||||
]
|
||||
}>
|
||||
<TabItem value='cuda'>
|
||||
|
||||
| Tag | Description |
|
||||
|-------------------|------------------------------------|
|
||||
| v0.9.0-cuda12.1 | SuperBench v0.9.0 with CUDA 12.1 |
|
||||
| v0.9.0-cuda11.1.1 | SuperBench v0.9.0 with CUDA 11.1.1 |
|
||||
| v0.8.0-cuda12.1 | SuperBench v0.8.0 with CUDA 12.1 |
|
||||
| v0.8.0-cuda11.1.1 | SuperBench v0.8.0 with CUDA 11.1.1 |
|
||||
| v0.7.0-cuda11.8 | SuperBench v0.7.0 with CUDA 11.8 |
|
||||
|
@ -45,6 +48,10 @@ available tags are listed below for all stable versions.
|
|||
|
||||
| Tag | Description |
|
||||
|-------------------------------|--------------------------------------------------|
|
||||
| v0.9.0-rocm5.1.3 | SuperBench v0.9.0 with ROCm 5.1.3 |
|
||||
| v0.9.0-rocm5.1.1 | SuperBench v0.9.0 with ROCm 5.1.1 |
|
||||
| v0.9.0-rocm5.0.1 | SuperBench v0.9.0 with ROCm 5.0.1 |
|
||||
| v0.9.0-rocm5.0 | SuperBench v0.9.0 with ROCm 5.0 |
|
||||
| v0.8.0-rocm5.1.3 | SuperBench v0.8.0 with ROCm 5.1.3 |
|
||||
| v0.8.0-rocm5.1.1 | SuperBench v0.8.0 with ROCm 5.1.1 |
|
||||
| v0.8.0-rocm5.0.1 | SuperBench v0.8.0 with ROCm 5.0.1 |
|
||||
|
@ -66,5 +73,12 @@ available tags are listed below for all stable versions.
|
|||
| v0.3.0-rocm4.2-pytorch1.7.0 | SuperBench v0.3.0 with ROCm 4.2, PyTorch 1.7.0 |
|
||||
| v0.3.0-rocm4.0-pytorch1.7.0 | SuperBench v0.3.0 with ROCm 4.0, PyTorch 1.7.0 |
|
||||
|
||||
</TabItem>
|
||||
<TabItem value='directx'>
|
||||
|
||||
| Tag | Description |
|
||||
|-------------------------------|--------------------------------------------------|
|
||||
| v0.9.0-directx12 | SuperBench v0.9.0 with DirectX12, Windows10-2004 |
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
|
@ -65,7 +65,7 @@ superbench:
|
|||
example:
|
||||
```yaml
|
||||
# SuperBench rules
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
rules:
|
||||
failure-rule:
|
||||
|
|
|
@ -58,7 +58,7 @@ superbench:
|
|||
|
||||
```yaml title="Example"
|
||||
# SuperBench rules
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
rules:
|
||||
kernel_launch:
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
Provide hardware and software benchmarks for AI systems.
|
||||
"""
|
||||
|
||||
__version__ = '0.8.0'
|
||||
__version__ = '0.9.0'
|
||||
__author__ = 'Microsoft'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Server:
|
||||
# - Product: HPE Apollo 6500
|
||||
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
var:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# - Product: G482-Z53
|
||||
# - Link: https://www.gigabyte.cn/FileUpload/Global/MicroSite/553/G482-Z53.html
|
||||
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
var:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Azure NDm A100 v4
|
||||
# reference: https://docs.microsoft.com/en-us/azure/virtual-machines/ndm-a100-v4-series
|
||||
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SuperBench Config
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SuperBench Config
|
||||
version: v0.8
|
||||
version: v0.9
|
||||
superbench:
|
||||
enable: null
|
||||
monitor:
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
slug: release-sb-v0.9
|
||||
title: Releasing SuperBench v0.9
|
||||
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.9.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.9.0 Release Notes
|
||||
|
||||
### SuperBench Improvement
|
||||
- Support Ctrl+C and interrupt to stop all SuperBench testing.
|
||||
- Support Windows Docker for VDI/Gaming GPU.
|
||||
- Support DirectX platform for Nvidia and AMD GPU.
|
||||
- Add System Config Info feature in SB runner to support distributed collection.
|
||||
- Support DirectX test pipeline.
|
||||
|
||||
### Micro-benchmark Improvement
|
||||
- Add DirectXGPUCopyBw Benchmark to measure HtoD/DtoH bandwidth by DirectX.
|
||||
- Add DirectXGPUCoreFLops Benchmark to measure peak FLOPS by DirectX..
|
||||
- Add DirectXGPUMemBw Benchmark to measure GPU memory bandwidth by DirectX..
|
||||
- Add DirectXVCNEncodingLatency Benchmark to measure the VCN hardware encoding latency on AMD graphic GPUs.
|
||||
- Support best algorithm selection in cudnn-function microbenchmark.
|
||||
- Revise step time collection in distributed inference benchmark.
|
||||
|
||||
### Model Benchmark Improvement
|
||||
- Fix early stop logic due to num_steps in model benchmarks.
|
||||
- Support TensorRT models on Nvidia H100.
|
||||
|
||||
### Documentation
|
||||
- Improve documentation for System Config Info.
|
||||
- Update outdate references.
|
|
@ -101,7 +101,7 @@ module.exports = {
|
|||
announcementBar: {
|
||||
id: 'supportus',
|
||||
content:
|
||||
'📢 <a href="https://microsoft.github.io/superbenchmark/blog/release-sb-v0.8">v0.8.0</a> has been released! ' +
|
||||
'📢 <a href="https://microsoft.github.io/superbenchmark/blog/release-sb-v0.9">v0.9.0</a> has been released! ' +
|
||||
'⭐️ If you like SuperBench, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/microsoft/superbenchmark">GitHub</a>! ⭐️',
|
||||
},
|
||||
algolia: {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superbench-website",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superbench-website",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
|
Загрузка…
Ссылка в новой задаче