wx257osn2 / zenn

https://zenn.dev/wx257osn2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMD ROCm と HCC

Umio-Yasuno opened this issue · comments

https://zenn.dev/wx257osn2/articles/rip_cxx_amp-ksaudhawigubweinfwklaeiuhfawelifh

補足的な内容となりますが、ROCm では ver3.5 (2020-06-04) から HCC は非推奨となり、HIP-Clangコンパイラに置き換えられました。
同時に HIP-HCCランタイムも HIP-ROCclrランタイムに置き換えられています。

https://github.com/RadeonOpenCompute/ROCm/tree/roc-3.5.0#Upgrading-to-This-Release

HCCレポジトリにも今後は HIP に注力していく旨が書かれてあります。
https://github.com/RadeonOpenCompute/hcc#deprecation-notice

また、最近の ROCm のリリース内容を見るに、OpenMP の AMD GPU 対応にも力を入れているようです。
https://github.com/ROCm-Developer-Tools/aomp

commented

なるほど,HIPバックエンドとしてももう使われてないんですね(まぁROCm ver3.5の時点でHCC自体がdeprecatedになってから1年近く経ってるしな…).ありがとうございます.