TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AMD Releases ROCm Version 6.3

41 pointsby ankitg126 months ago

3 comments

ducviet006 months ago
AMD has great hardware, but their software is a different story. It’s poorly documented, unstable, and doesn’t deliver good performance for end users.<p>I’ve been working with the AMD MI300X for a few weeks, trying to get matrix multiplication running with tools like CK, Triton, or hipBLAS. However, the performance is only about 50% of the theoretical peak (FP16: 650 TFLOPS&#x2F;s vs. 1300 TFLOPS&#x2F;s in the whitepaper). Note that this is with matrices initialized to zero. When using random floats, performance drops by 20%—this is confirmed in AMD’s documentation.<p>Meanwhile, the H100, MI300X’s competitor, has a theoretical FP16 performance of 1000 TFLOPS, and I can achieve 800-900 TFLOPS with matrix multiplication using CUTLASS and random floats initialization.<p>AMD needs to improve their software quickly if they want to catch up with NVIDIA.
superkuh6 months ago
Anyone know how to find the list of AMD GPU&#x2F;Accelerator hardware that ROCm 6.3 supports? Usually AMD drops an old line or two every time they update ROCm.<p><a href="https:&#x2F;&#x2F;rocm.docs.amd.com&#x2F;projects&#x2F;radeon&#x2F;en&#x2F;latest&#x2F;docs&#x2F;compatibility&#x2F;native_linux&#x2F;native_linux_compatibility.html#gpu-support-matrix" rel="nofollow">https:&#x2F;&#x2F;rocm.docs.amd.com&#x2F;projects&#x2F;radeon&#x2F;en&#x2F;latest&#x2F;docs&#x2F;com...</a><p>When looking at the latest support matrix it basically <i>only</i> supports these bleeding edge cards, &quot;AMD Radeon RX 7900 XTX, AMD Radeon RX 7900 XT, AMD Radeon RX 7900 GRE, AMD Radeon PRO W7900, AMD Radeon PRO W7900DS, AMD Radeon PRO W7800&quot;.<p>Surely I&#x27;m misinterpreting this and that can&#x27;t be all the cards they support with latest ROCm. Does anyone know a more complete list?
评论 #42260092 未加载
评论 #42256866 未加载
评论 #42256895 未加载
评论 #42256911 未加载
amstan6 months ago
Doesn&#x27;t seem to be released yet. <a href="https:&#x2F;&#x2F;github.com&#x2F;ROCm&#x2F;llvm-project">https:&#x2F;&#x2F;github.com&#x2F;ROCm&#x2F;llvm-project</a> does not have a 6.3 tag.<p>Same for <a href="https:&#x2F;&#x2F;github.com&#x2F;ROCm&#x2F;rocm_smi_lib&#x2F;releases">https:&#x2F;&#x2F;github.com&#x2F;ROCm&#x2F;rocm_smi_lib&#x2F;releases</a>
评论 #42259337 未加载