A validation and profiling tool for AI infrastructure
Перейти к файлу
pdr 479491279e
Dockerfile - Add support for arm64 build (#660)
Add support for arm64 build:

- Updated dockerfile for arm64 build
- extend cpu stream compilation for neoverse 
- handle onnxruntime-gpu installation
- third party builds filtering based on arch
- disable cuda decode perf build for non x86
2024-11-06 23:16:12 +00:00
.azure-pipelines Benchmarks: Micro benchmark - Add hipBLASLt function benchmark (#576) 2023-11-22 19:48:10 +08:00
.devcontainer Update Python setup for require packages (#387) 2022-08-17 11:33:57 +08:00
.github Dockerfile - Add support for arm64 build (#660) 2024-11-06 23:16:12 +00:00
.vscode Docs - Add config and docs for development experience (#155) 2021-08-16 13:49:19 +08:00
dockerfile Dockerfile - Add support for arm64 build (#660) 2024-11-06 23:16:12 +00:00
docs Release - SuperBench v0.11.0 (#654) 2024-10-10 09:59:47 +08:00
examples/benchmarks Benchmarks: Micro benchmark - Add one-to-all, all-to-one, all-to-all support to gpu_copy_bw_performance (#588) 2023-12-08 23:22:38 +08:00
superbench Dockerfile - Add support for arm64 build (#660) 2024-11-06 23:16:12 +00:00
tests Bug: Executor - Fix executor for Benchmark Execution Without Explicit Framework Field (#636) 2024-08-20 16:52:20 -07:00
third_party Dockerfile - Add support for arm64 build (#660) 2024-11-06 23:16:12 +00:00
website Release - SuperBench v0.11.0 (#654) 2024-10-10 09:59:47 +08:00
.clang-format Benchmarks: Add Benchmark - Add the source code of cuda kernel launch overhead benchmark. (#71) 2021-05-18 14:07:27 +08:00
.codecov.yml Benchmarks: micro benchmarks - add python code for DirectXGPUCoreFlops (#542) 2023-07-05 16:56:21 +08:00
.dockerignore CLI - Update version to include revision hash and date (#427) 2022-10-31 10:44:41 +08:00
.editorconfig Docs - Add config and docs for development experience (#155) 2021-08-16 13:49:19 +08:00
.flake8 Setup: Revision - Update lint rules (#7) 2021-02-01 14:12:02 +08:00
.gitattributes Setup: Init - Initialize setup.py and basic configs (#4) 2021-01-28 21:01:28 +08:00
.gitignore Benchmarks: micro benchmark - source code for evaluating NVDEC decoding performance (#560) 2023-08-22 10:56:33 +00:00
.gitmodules Release - SuperBench v0.10.0 (#607) 2024-01-08 05:40:52 +00:00
.mypy.ini Config - Add inference config for NC A100 and NV A10 series (#329) 2022-03-21 14:24:37 +08:00
.pre-commit-config.yaml Setup: Init - Initialize setup.py and basic configs (#4) 2021-01-28 21:01:28 +08:00
.style.yapf Setup: Revision - Update lint rules (#7) 2021-02-01 14:12:02 +08:00
CITATION.bib Docs - Add BibTeX in README and repo (#632) 2024-07-23 18:31:21 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-12-16 18:22:21 -08:00
LICENSE Initial LICENSE commit 2020-12-16 18:22:25 -08:00
MANIFEST.in Bug bash - Fix bugs in multi GPU benchmarks (#98) 2021-06-23 18:16:43 +08:00
Makefile Dockerfile - Add SuperBench Windows Dockerfile (#534) 2023-06-28 05:35:11 +00:00
README.md Release - SuperBench v0.11.0 (#654) 2024-10-10 09:59:47 +08:00
SECURITY.md Setup: Init - Initialize setup.py and basic configs (#4) 2021-01-28 21:01:28 +08:00
SUPPORT.md Docs - Initialize README (#6) 2021-02-01 20:21:12 +08:00
setup.py Dockerfile - Add support for arm64 build (#660) 2024-11-06 23:16:12 +00:00

README.md

SuperBench

Build Image Codecov Website Latest Release Docker Pulls License

Azure Pipelines Build Status
cpu-unit-test Build Status
cuda-unit-test Build Status
ansible-integration-test Build Status

SuperBench is a validation and profiling tool for AI infrastructure.

📢 v0.11.0 has been released!

Check aka.ms/superbench for more details.

Citations

To cite SuperBench in your publications:

@inproceedings {superbench,
	author = {Yifan Xiong and Yuting Jiang and Ziyue Yang and Lei Qu and Guoshuai Zhao and Shuguang Liu and Dong Zhong and Boris Pinzur and Jie Zhang and Yang Wang and Jithin Jose and Hossein Pourreza and Jeff Baxter and Kushal Datta and Prabhat Ram and Luke Melton and Joe Chau and Peng Cheng and Yongqiang Xiong and Lidong Zhou},
	title = {{SuperBench}: Improving Cloud {AI} Infrastructure Reliability with Proactive Validation},
	booktitle = {2024 USENIX Annual Technical Conference (USENIX ATC 24)},
	year = {2024},
	isbn = {978-1-939133-41-0},
	address = {Santa Clara, CA},
	pages = {835--850},
	url = {https://www.usenix.org/conference/atc24/presentation/xiong},
	publisher = {USENIX Association},
	month = jul
}

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.