ROCm / HIPIFY

HIPIFY: Convert CUDA to Portable C++ Code
https://rocm.docs.amd.com/projects/HIPIFY/en/latest/
MIT License
524 stars 75 forks source link

[HIPIFY][#511][duplicate] hipify-perl binary not included in v5.0.2 #513

Closed mconcas closed 2 years ago

mconcas commented 2 years ago

Possibly similar to #511. After the installation of ROCM v5.0.2 on ubuntu 20.04 I noticed that the hipify-perl executable is not installed anymore by default. To fix it had to install the additional hipify-clang package.

Is this a wanted behaviour and I missed the changelog or will this be restored in next patches?

mconcas@alterego:/opt$ uname -ra
Linux alterego 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
mconcas@alterego:/opt$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
emankov commented 2 years ago

Duplicate of #511. Yes, you need to install hipify-clang package. Additional instructions will be given in #511.