Skip to content
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

Onnxruntime Weekly Sync 2024-08-09 #3353

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 9, 2024

Update CI point for Onnxruntime builds

  • Updated with changes from 2024-08-09
  • Auto-generated by create-pull-request
  • Update .onnxrt-commit to 702b2e28e0c2a1604914d2e6065903aaf122ce7f

@github-actions github-actions bot requested a review from causten as a code owner August 9, 2024 17:13
@github-actions github-actions bot added automated Pull request is auto generated by actions dependencies Pull requests that update a dependency file onnxruntime PR changes interaction between MIGraphX and Onnxruntime skip bot checks Skips the Performance and Accuracy CI tests labels Aug 9, 2024
@TedThemistokleous
Copy link
Collaborator

Odd CI error on this one. Looks like an issue pulling in the repo

[2024-08-12T18:03:38.742Z] ERROR: Timeout after 10 minutes

@migraphx-bot
Copy link
Collaborator

Test Batch Rate new
7bbc4b
Rate old
7d6dfb
Diff Compare
torchvision-resnet50 64 3,217.81 3,217.44 0.01%
torchvision-resnet50_fp16 64 6,866.38 6,870.87 -0.07%
torchvision-densenet121 32 2,417.69 2,415.17 0.10%
torchvision-densenet121_fp16 32 4,065.00 4,054.55 0.26%
torchvision-inceptionv3 32 1,633.46 1,633.44 0.00%
torchvision-inceptionv3_fp16 32 2,737.90 2,733.97 0.14%
cadene-inceptionv4 16 770.49 771.44 -0.12%
cadene-resnext64x4 16 788.85 788.32 0.07%
slim-mobilenet 64 7,397.67 7,398.19 -0.01%
slim-nasnetalarge 64 207.08 207.18 -0.05%
slim-resnet50v2 64 3,314.24 3,309.89 0.13%
bert-mrpc-onnx 8 1,148.22 1,146.47 0.15%
bert-mrpc-tf 1 313.74 307.94 1.88%
pytorch-examples-wlang-gru 1 532.44 506.22 5.18% 🔆
pytorch-examples-wlang-lstm 1 451.44 386.93 16.67% 🔆
torchvision-resnet50_1 1 798.45 799.07 -0.08%
cadene-dpn92_1 1 434.56 432.43 0.49%
cadene-resnext101_1 1 386.69 386.12 0.15%
onnx-taau-downsample 1 343.72 344.26 -0.16%
dlrm-criteoterabyte 1 35.03 35.05 -0.05%
dlrm-criteoterabyte_fp16 1 57.36 57.39 -0.05%
agentmodel 1 7,919.98 7,775.81 1.85%
unet_fp16 2 57.33 57.34 -0.01%
resnet50v1_fp16 1 951.00 912.39 4.23% 🔆
resnet50v1_int8 1 954.13 952.67 0.15%
bert_base_cased_fp16 64 1,124.52 1,127.29 -0.25%
bert_large_uncased_fp16 32 347.36 347.45 -0.03%
bert_large_fp16 1 208.21 208.35 -0.06%
distilgpt2_fp16 16 2,121.79 2,135.92 -0.66%
yolov5s 1 505.34 507.18 -0.36%
tinyllama 1 43.36 43.36 -0.01%
vicuna-fastchat 1 176.25 173.67 1.49%
whisper-tiny-encoder 1 403.11 410.46 -1.79%
whisper-tiny-decoder 1 412.31 418.22 -1.41%

Check results before merge 🔆

@migraphx-bot
Copy link
Collaborator


     ✅ bert-mrpc-onnx: PASSED: MIGraphX meets tolerance

     ✅ bert-mrpc-tf: PASSED: MIGraphX meets tolerance

     ✅ pytorch-examples-wlang-gru: PASSED: MIGraphX meets tolerance

     ✅ pytorch-examples-wlang-lstm: PASSED: MIGraphX meets tolerance

     ✅ torchvision-resnet50_1: PASSED: MIGraphX meets tolerance

     ✅ cadene-dpn92_1: PASSED: MIGraphX meets tolerance

     ✅ cadene-resnext101_1: PASSED: MIGraphX meets tolerance

     ✅ dlrm-criteoterabyte: PASSED: MIGraphX meets tolerance

     ✅ agentmodel: PASSED: MIGraphX meets tolerance

     ✅ unet: PASSED: MIGraphX meets tolerance

     ✅ resnet50v1: PASSED: MIGraphX meets tolerance

     ✅ bert_base_cased_fp16: PASSED: MIGraphX meets tolerance

🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output


     ✅ bert_large: PASSED: MIGraphX meets tolerance

     ✅ yolov5s: PASSED: MIGraphX meets tolerance

     ✅ tinyllama: PASSED: MIGraphX meets tolerance

     ✅ vicuna-fastchat: PASSED: MIGraphX meets tolerance

     ✅ whisper-tiny-encoder: PASSED: MIGraphX meets tolerance

     ✅ whisper-tiny-decoder: PASSED: MIGraphX meets tolerance

     ✅ distilgpt2_fp16: PASSED: MIGraphX meets tolerance

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.26%. Comparing base (ab3d8bb) to head (7bbc4bd).
Report is 5 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3353   +/-   ##
========================================
  Coverage    92.26%   92.26%           
========================================
  Files          500      500           
  Lines        20057    20057           
========================================
  Hits         18506    18506           
  Misses        1551     1551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@causten causten merged commit b8f69be into develop Aug 16, 2024
45 of 48 checks passed
@causten causten deleted the onnxruntime-sync-2024-08-09 branch August 16, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Pull request is auto generated by actions dependencies Pull requests that update a dependency file onnxruntime PR changes interaction between MIGraphX and Onnxruntime skip bot checks Skips the Performance and Accuracy CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants