microsoft / superbenchmark

A validation and profiling tool for AI infrastructure
https://aka.ms/superbench
MIT License
248 stars 55 forks source link

Bug Fix - Bug fix for latest megatron-lm benchmark #600

Closed yukirora closed 8 months ago

yukirora commented 8 months ago

Description Bug fix to sync latest megatron-lm code.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c2e7a54) 85.79% compared to head (029604e) 85.79%.

Files Patch % Lines
...bench/benchmarks/model_benchmarks/megatron_gpt3.py 95.00% 1 Missing :warning:
...perbench/benchmarks/model_benchmarks/model_base.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.10 #600 +/- ## ============================================= Coverage 85.79% 85.79% ============================================= Files 97 97 Lines 6904 6912 +8 ============================================= + Hits 5923 5930 +7 - Misses 981 982 +1 ``` | [Flag](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | Coverage Δ | | |---|---|---| | [cpu-python3.6-unit-test](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `71.62% <90.47%> (+0.01%)` | :arrow_up: | | [cpu-python3.7-unit-test](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `71.62% <90.47%> (+0.01%)` | :arrow_up: | | [cpu-python3.8-unit-test](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `72.03% <90.47%> (+0.01%)` | :arrow_up: | | [cuda-unit-test](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `83.87% <90.47%> (+<0.01%)` | :arrow_up: | | [directx-unit-test](https://app.codecov.io/gh/microsoft/superbenchmark/pull/600/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `34.56% <4.76%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.