2021-06-28-release-0-2.md 1.93 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
slug: release-sb-v0.2
title: Releasing SuperBench v0.2
author: Tingting Qin
author_title: SuperBench Team
author_url: https://github.com/TobeyQin
tags: [superbench, announcement, release]
---

We are very happy to announce that **SuperBench 0.2.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.2.0 Release Notes

### SuperBench Framework

* Implemented a CLI to provide a command line interface.
* Implemented Runner for nodes control and management.
* Implemented Executor.
* Implemented Benchmark framework.

### Supported Benchmarks

* Supported Micro-benchmarks
  * GEMM FLOPS (GFLOPS, TensorCore, cuBLAS, cuDNN)
  * Kernel Launch Time (Kernel_Launch_Event_Time, Kernel_Launch_Wall_Time)
  * Operator Performance (MatMul, Sharding_MatMul)
* Supported Model-benchmarks
  * CNN models
  (Reference: [torchvision models](https://github.com/pytorch/vision/tree/v0.8.0/torchvision/models))
    * ResNet (ResNet-18, ResNet-34, ResNet-50, ResNet-101, ResNet-152)
    * DenseNet (DenseNet-161, DenseNet-169, DenseNet-201)
    * VGG (VGG-11, VGG-13, VGG-16, VGG-19, VGG11_bn, VGG13_bn, VGG16_bn, VGG19_bn)
    * MNASNet (mnasnet0_5, mnasnet0_75, mnasnet1_0, mnasnet1_3)
    * AlexNet
    * GoogLeNet
    * Inception_v3
    * mobilenet_v2
    * ResNeXt (resnext50_32x4d, resnext101_32x8d)
    * Wide ResNet (wide_resnet50_2, wide_resnet101_2)
    * ShuffleNet (shufflenet_v2_x0_5, shufflenet_v2_x1_0, shufflenet_v2_x1_5, shufflenet_v2_x2_0)
    * SqueezeNet (squeezenet1_0, squeezenet1_1)
  * LSTM model
  * BERT models (BERT-Base, BERT-Large)
  * GPT-2 model (specify which config)

### Examples and Documents

* Added examples to run benchmarks respectively.
* Tutorial Documents (introduction, getting-started, developer-guides, APIs, benchmarks).
* Built SuperBench [website](https://aka.ms/superbench/).