-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release - SuperBench v0.4.0 #278
Merged
Merged
Conversation
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
__Description__ Fix issues for Ansible and benchmarks: * Cleanup Ansible runner private data dir to avoid out of disk space issue when node number is large. * Support both absolute and relative paths when fecth results. * Use a deterministic image in Ansible test to avoid image update. * Update logging format. * Delete torch models and inputs after export.
__Description__ Refine test cases for microbenchmark: * Refine test fixture, add BenchmarkTestCase class. * Refine test data. * Resolve no numa issue for test_ib_loopback_util case.
**Description** Build openmpi with ucx support in rocm dockerfiles.
**Description** Fix fio build issue (Illegal instruction). Refer to axboe/fio#970
**Description** Unify metric and add doc for cuBLAS and cuDNN functions.
…t summary (#274) **Description** Add 'monitor/' prefix to monitor metrics in result summary.
**Description** Fix bug of detecting if gpu_index is none.
**Description** Fix bugs in data diagnosis. **Major Revision** - fix package import issue of file_handler - deal with monitor metrics - fix typo in output_path
…stfile (#270) **Description** Launch mpi on the sorted first host in the hostfile.
…n configs (#276) **Description** Update inference and network benchmarks in configs.
__Description__ Upgrade version and release note. __Major Revision__ - Upgrade package versions - Add release note for v0.4.0
Codecov Report
@@ Coverage Diff @@
## main #278 +/- ##
==========================================
+ Coverage 87.81% 88.53% +0.71%
==========================================
Files 75 75
Lines 4350 4368 +18
==========================================
+ Hits 3820 3867 +47
+ Misses 530 501 -29
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cp5555
approved these changes
Dec 29, 2021
yukirora
approved these changes
Dec 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Cherry-pick bug fixes from v0.4.0 to main.
Major Revisions
Co-authored-by: Yuting Jiang v-yutjiang@microsoft.com