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

resolve ci hang with mlir #2290

Merged
merged 2 commits into from
Oct 6, 2023
Merged

resolve ci hang with mlir #2290

merged 2 commits into from
Oct 6, 2023

Conversation

causten
Copy link
Collaborator

@causten causten commented Oct 5, 2023

MLIR had a hang when running make check on Navi3x hardware. This fixes that

@causten causten self-assigned this Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #2290 (5b25215) into develop (9d8331b) will not change coverage.
The diff coverage is n/a.

❗ Current head 5b25215 differs from pull request most recent head ce6708f. Consider uploading reports for the commit ce6708f to get more accurate results

@@           Coverage Diff            @@
##           develop    #2290   +/-   ##
========================================
  Coverage    91.50%   91.50%           
========================================
  Files          431      431           
  Lines        16140    16140           
========================================
  Hits         14769    14769           
  Misses        1371     1371           

@migraphx-bot
Copy link
Collaborator

Test Batch Rate new
e5c7ca
Rate old
65c37c
Diff Compare
torchvision-resnet50 64 2,325.29 2,324.63 0.03%
torchvision-resnet50_fp16 64 5,350.63 5,357.98 -0.14%
torchvision-densenet121 32 1,846.43 1,847.88 -0.08%
torchvision-densenet121_fp16 32 3,417.34 3,409.96 0.22%
torchvision-inceptionv3 32 1,294.67 1,296.14 -0.11%
torchvision-inceptionv3_fp16 32 2,538.92 2,534.23 0.18%
cadene-inceptionv4 16 620.41 620.23 0.03%
cadene-resnext64x4 16 588.80 588.45 0.06%
slim-mobilenet 64 7,216.37 7,215.95 0.01%
slim-nasnetalarge 64 236.25 236.51 -0.11%
slim-resnet50v2 64 2,556.26 2,555.59 0.03%
bert-mrpc-onnx 8 824.96 825.02 -0.01%
bert-mrpc-tf 1 388.10 389.38 -0.33%
pytorch-examples-wlang-gru 1 300.51 294.47 2.05%
pytorch-examples-wlang-lstm 1 312.78 307.96 1.57%
torchvision-resnet50_1 1 544.60 544.78 -0.03%
torchvision-inceptionv3_1 1 302.79 305.19 -0.79%
cadene-dpn92_1 1 354.52 352.21 0.66%
cadene-resnext101_1 1 219.19 220.12 -0.42%
slim-vgg16_1 1 223.40 224.29 -0.40%
slim-mobilenet_1 1 1,498.15 1,497.40 0.05%
slim-inceptionv4_1 1 218.55 214.96 1.67%
onnx-taau-downsample 1 306.15 306.79 -0.21%
dlrm-criteoterabyte 1 21.69 21.67 0.11%
dlrm-criteoterabyte_fp16 1 40.63 40.71 -0.19%
agentmodel 1 5,825.27 5,776.01 0.85%
unet_fp16 2 55.15 55.16 -0.01%
resnet50v1_fp16 1 751.12 766.51 -2.01%
bert_base_cased_fp16 64 970.76 971.03 -0.03%
bert_large_uncased_fp16 32 304.81 305.05 -0.08%
bert_large_fp16 1 167.13 166.83 0.18%
distilgpt2_fp16 16 1,350.82 1,350.80 0.00%

This build is OK for merge ✅

@migraphx-bot
Copy link
Collaborator


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

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

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

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

    :white_check_mark:torchvision-resnet50_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:torchvision-inceptionv3_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:cadene-dpn92_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:cadene-resnext101_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-vgg16_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-mobilenet_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:slim-inceptionv4_1: PASSED: MIGraphX meets tolerance

    :white_check_mark:dlrm-criteoterabyte: PASSED: MIGraphX meets tolerance

    :white_check_mark:agentmodel: PASSED: MIGraphX meets tolerance

    :white_check_mark:unet: PASSED: MIGraphX meets tolerance

    :white_check_mark:resnet50v1: PASSED: MIGraphX meets tolerance

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


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


    :white_check_mark:bert_large: PASSED: MIGraphX meets tolerance

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

@causten causten merged commit 24146af into develop Oct 6, 2023
@causten causten deleted the mlir_cifix branch October 6, 2023 21:18
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.

4 participants