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

Bump to just before current upstream problem #3109

Merged
merged 1 commit into from
May 22, 2024
Merged

Bump to just before current upstream problem #3109

merged 1 commit into from
May 22, 2024

Conversation

causten
Copy link
Collaborator

@causten causten commented May 22, 2024

This commit is the commit just before an upstream commit that is breaking the build. Bumping for now to capture all what we can before microsoft/onnxruntime#20539 is investigated. Not really sure why yet since it appears MIGraphX CI passed in ORT.

/data/chausten/code/onnxruntime/onnxruntime/python/onnxruntime_pybind_state.cc: In function ‘pybind11::array onnxruntime::python::StringTensorToNumpyArray(const onnxruntime::Tensor&)’:
/data/chausten/code/onnxruntime/onnxruntime/python/onnxruntime_pybind_state.cc:174:40: error: no matching function for call to ‘pybind11::dtype::dtype(NPY_TYPES)’

@causten causten requested review from CharlieL7 and kahmed10 May 22, 2024 04:26
@migraphx-bot
Copy link
Collaborator

Test Batch Rate new
83f1d6
Rate old
93d77e
Diff Compare
torchvision-resnet50 64 2,789.21 2,789.01 0.01%
torchvision-resnet50_fp16 64 6,199.09 6,208.17 -0.15%
torchvision-densenet121 32 2,089.81 2,090.07 -0.01%
torchvision-densenet121_fp16 32 3,613.45 3,614.88 -0.04%
torchvision-inceptionv3 32 1,598.77 1,601.73 -0.18%
torchvision-inceptionv3_fp16 32 2,559.90 2,559.67 0.01%
cadene-inceptionv4 16 716.20 716.67 -0.07%
cadene-resnext64x4 16 677.67 678.24 -0.08%
slim-mobilenet 64 5,813.95 5,817.12 -0.05%
slim-nasnetalarge 64 154.20 154.27 -0.04%
slim-resnet50v2 64 2,578.58 2,577.22 0.05%
bert-mrpc-onnx 8 969.03 969.57 -0.06%
bert-mrpc-tf 1 408.11 408.71 -0.14%
pytorch-examples-wlang-gru 1 394.07 390.29 0.97%
pytorch-examples-wlang-lstm 1 370.64 374.69 -1.08%
torchvision-resnet50_1 1 595.92 601.08 -0.86%
cadene-dpn92_1 1 385.34 384.30 0.27%
cadene-resnext101_1 1 323.28 323.16 0.04%
onnx-taau-downsample 1 306.89 307.14 -0.08%
dlrm-criteoterabyte 1 28.54 28.50 0.12%
dlrm-criteoterabyte_fp16 1 47.18 47.20 -0.03%
agentmodel 1 7,759.22 7,635.69 1.62%
unet_fp16 2 56.45 56.51 -0.11%
resnet50v1_fp16 1 876.65 911.93 -3.87% 🔴
resnet50v1_int8 1 771.19 783.20 -1.53%
bert_base_cased_fp16 64 1,020.94 1,021.20 -0.03%
bert_large_uncased_fp16 32 298.91 298.94 -0.01%
bert_large_fp16 1 156.25 156.34 -0.06%
distilgpt2_fp16 16 1,831.27 1,831.72 -0.02%
yolov5s 1 474.84 476.00 -0.24%
tinyllama 1 33.03 33.00 0.08%
vicuna-fastchat 1 160.32 157.90 1.54%
whisper-tiny-encoder 1 349.68 350.12 -0.13%
whisper-tiny-decoder 1 401.80 401.76 0.01%

This build is not recommended to 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 May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.82%. Comparing base (0680018) to head (83f1d6b).
Report is 153 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3109   +/-   ##
========================================
  Coverage    91.82%   91.82%           
========================================
  Files          486      486           
  Lines        18991    18991           
========================================
  Hits         17438    17438           
  Misses        1553     1553           

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

@causten causten merged commit 76d1c14 into develop May 22, 2024
45 checks passed
@causten causten deleted the ort_bump branch May 22, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants