Unverified Commit 6b8e8104 authored by Hongtao Zhang's avatar Hongtao Zhang Committed by GitHub
Browse files

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



## 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
Co-authored-by: default avatarHongtao Zhang <hongtaozhang@microsoft.com>
Co-authored-by: default avatarClaude Opus 4.5 <noreply@anthropic.com>
parent 575859be
...@@ -98,7 +98,7 @@ RUN cd /tmp && \ ...@@ -98,7 +98,7 @@ RUN cd /tmp && \
# Install Intel MLC # Install Intel MLC
RUN cd /tmp && \ 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 && \ tar xzf mlc.tgz Linux/mlc && \
cp ./Linux/mlc /usr/local/bin/ && \ cp ./Linux/mlc /usr/local/bin/ && \
rm -rf ./Linux mlc.tgz rm -rf ./Linux mlc.tgz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment