Skip to content

8/11 bump rocmlir - #5129

Open
causten wants to merge 4 commits into
developfrom
bumpmlir
Open

8/11 bump rocmlir#5129
causten wants to merge 4 commits into
developfrom
bumpmlir

Conversation

@causten

@causten causten commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Weekly update from rocmlir

@causten
causten requested review from TedThemistokleous and eddieliao and a lite review from Copilot August 11, 2026 20:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@kahmed10
kahmed10 requested a review from bdevorem August 13, 2026 20:51
@bdevorem

Copy link
Copy Markdown
Member

The two mlir debug CI failures are not solved with my open g+g PR. I opened a ticket for the two failing modules here and let Justin know.

cc @kahmed10 @justinrosner

@pfultz2

pfultz2 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

This seems to be a regression in rocmlir as these tests are not failing with the previous commit in rocmlir.

@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5129      +/-   ##
===========================================
- Coverage    93.26%   93.13%   -0.13%     
===========================================
  Files          623      625       +2     
  Lines        33097    33252     +155     
===========================================
+ Hits         30866    30967     +101     
- Misses        2231     2285      +54     

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gh-app-migraphx-bot-pr-write

Copy link
Copy Markdown
Test Batch New Rate (f74b93) Old Rate (3a503c)* Diff Status
torchvision-resnet50 64 3,299.82 3,264.92 1.07%
torchvision-resnet50_fp16 64 7,883.93 7,548.67 4.44%
torchvision-densenet121 32 2,490.37 2,483.99 0.26%
torchvision-densenet121_fp16 32 5,012.71 5,004.24 0.17%
torchvision-inceptionv3 32 2,061.10 2,058.51 0.13%
torchvision-inceptionv3_fp16 32 4,452.43 4,416.99 0.80%
cadene-inceptionv4 16 817.47 820.61 -0.38%
cadene-resnext64x4 16 785.32 782.78 0.32%
slim-mobilenet 64 8,377.52 8,386.36 -0.11%
slim-nasnetalarge 64 229.15 228.86 0.13%
slim-resnet50v2 64 3,229.60 3,180.91 1.53%
bert-mrpc-onnx 8 1,170.87 1,168.84 0.17%
bert-mrpc-tf 1 501.60 498.63 0.60%
pytorch-examples-wlang-gru 1 492.26 473.35 3.99%
pytorch-examples-wlang-lstm 1 417.65 384.83 8.53% 🔆
torchvision-resnet50_1 1 1,050.69 1,046.63 0.39%
cadene-dpn92_1 1 448.23 437.32 2.50%
cadene-resnext101_1 1 363.55 365.89 -0.64%
onnx-taau-downsample 1 843.80 844.09 -0.03%
dlrm-criteoterabyte 1 32.27 32.42 -0.45%
dlrm-criteoterabyte_fp16 1 51.55 51.80 -0.48%
agentmodel 1 15,235.26 9,209.12 65.44% 🔆
unet_fp16 2 58.22 58.80 -0.98%
resnet50v1_fp16 1 1,422.94 1,366.11 4.16%
resnet50v1_int8 1 1,749.38 1,883.96 -7.14% 🔴
bert_base_cased_fp16 64 1,099.40 1,098.16 0.11%
bert_large_uncased_fp16 32 347.35 345.59 0.51%
bert_large_fp16 1 206.79 206.59 0.10%
distilgpt2_fp16 16 2,098.07 2,092.89 0.25%
yolov5s 1 564.56 558.33 1.12%
tinyllama 1 45.76 45.83 -0.15%
vicuna-fastchat 1 44.21 44.20 0.02%
whisper-tiny-encoder 1 412.97 411.87 0.27%
whisper-tiny-decoder 1 408.61 408.48 0.03%
llama2_7b 1 20.87 20.84 0.15%
qwen1.5-7b 1 23.65 23.58 0.28%
phi3-3.8b 1 26.71 26.72 -0.02%
llama3-8b 1 21.79 21.80 -0.07%
whisper-large-encoder 1 10.17 10.18 -0.07%
whisper-large-decoder 1 106.77 105.30 1.39%
mistral-7b 1 23.79 23.78 0.08%
FLUX.1-schnell 1 791.64 755.22 4.82%

Regressions detected 🔴

* No develop baseline was found for this PR's branch point; compared against the latest available develop run instead.

@gh-app-migraphx-bot-pr-write

Copy link
Copy Markdown
Test Status Result
bert-mrpc-onnx PASSED: MIGraphX meets tolerance
bert-mrpc-tf ERROR - check error output
traceback
Traceback (most recent call last):
File "/src/AMDMIGraphX/tools/accuracy/accuracy_checker.py", line 377, in
main()
File "/src/AMDMIGraphX/tools/accuracy/accuracy_checker.py", line 313, in main
import tensorflow as tf
File "/usr/local/lib/python3.12/dist-packages/tensorflow/init.py", line 40, in
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow # pylint: disable=unused-import
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 37, in
self_check.preload_check()
File "/usr/local/lib/python3.12/dist-packages/tensorflow/python/platform/self_check.py", line 63, in preload_check
from tensorflow.python.platform import _pywrap_cpu_feature_guard
ImportError: libnuma.so.1: cannot open shared object file: No such file or directory
pytorch-examples-wlang-gru PASSED: MIGraphX meets tolerance
pytorch-examples-wlang-lstm 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 🔴 FAILED: MIGraphX is not within tolerance - check verbose output
llama2_7b PASSED: MIGraphX meets tolerance
qwen1.5-7b PASSED: MIGraphX meets tolerance
phi3-3.8b PASSED: MIGraphX meets tolerance
llama3-8b PASSED: MIGraphX meets tolerance
whisper-large-decoder PASSED: MIGraphX meets tolerance
mistral-7b PASSED: MIGraphX meets tolerance
FLUX.1-schnell PASSED: MIGraphX meets tolerance

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.

6 participants