Skip to content

Microbenchmark: upgrade Intel MLC to v3.12 in rocm5.0.x#784

Open
polarG wants to merge 1 commit intomainfrom
upgrade-intel-mlc-v3.12
Open

Microbenchmark: upgrade Intel MLC to v3.12 in rocm5.0.x#784
polarG wants to merge 1 commit intomainfrom
upgrade-intel-mlc-v3.12

Conversation

@polarG
Copy link
Contributor

@polarG polarG commented Mar 5, 2026

Summary

  • Upgrade Intel Memory Latency Checker from v3.11 to v3.12 in rocm5.0.x.dockerfile
  • Aligns with other dockerfiles that already use v3.12

Align rocm5.0.x.dockerfile with other dockerfiles by upgrading
Intel Memory Latency Checker from v3.11 to v3.12.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 5, 2026 20:23
@polarG polarG requested a review from a team as a code owner March 5, 2026 20:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades Intel Memory Latency Checker (MLC) in the ROCm 5.0.x Dockerfile to v3.12 to match other images.

Changes:

  • Bump Intel MLC download from v3.11 to v3.12 by updating the tarball URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 100 to 104
RUN cd /tmp && \
wget -q https://downloadmirror.intel.com/793041/mlc_v3.11.tgz -O mlc.tgz && \
wget -q https://downloadmirror.intel.com/866182/mlc_v3.12.tgz -O mlc.tgz && \
tar xzf mlc.tgz Linux/mlc && \
cp ./Linux/mlc /usr/local/bin/ && \
rm -rf ./Linux mlc.tgz
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

The build downloads and executes a vendor-provided binary without any integrity verification. Since this PR changes the artifact being fetched, it’d be safer to pin and verify the download (e.g., publish and check a SHA256 checksum, or use signed artifacts if Intel provides them) before extracting/copying to /usr/local/bin.

Copilot uses AI. Check for mistakes.
@polarG polarG changed the title Dockerfile: upgrade Intel MLC to v3.12 in rocm5.0.x Microbenchmark: upgrade Intel MLC to v3.12 in rocm5.0.x Mar 5, 2026
@polarG polarG enabled auto-merge (squash) March 5, 2026 20:27
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.70%. Comparing base (575859b) to head (a48ae3f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #784   +/-   ##
=======================================
  Coverage   85.70%   85.70%           
=======================================
  Files         102      102           
  Lines        7703     7703           
=======================================
  Hits         6602     6602           
  Misses       1101     1101           
Flag Coverage Δ
cpu-python3.10-unit-test 70.96% <ø> (ø)
cpu-python3.12-unit-test 70.96% <ø> (ø)
cpu-python3.7-unit-test 70.43% <ø> (ø)
cuda-unit-test 83.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@guoshzhao guoshzhao requested a review from WenqingLan1 March 6, 2026 21:19
@guoshzhao guoshzhao self-assigned this Mar 6, 2026
@guoshzhao guoshzhao added benchmarks SuperBench Benchmarks micro-benchmarks Micro Benchmark Test for SuperBench Benchmarks labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarks SuperBench Benchmarks micro-benchmarks Micro Benchmark Test for SuperBench Benchmarks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants