TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AMD Releases ROCm Version 6.3

41 点作者 ankitg126 个月前

3 条评论

ducviet006 个月前
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 个月前
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 个月前
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 未加载