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] hipify-perl binary not found on 5.0.1 pytorch docker image #511

Closed baijumeswani closed 2 years ago

baijumeswani commented 2 years ago

Using the docker image rocm5.0.1_ubuntu18.04_py3.7_pytorch_staging, I am unable to locate the hipify binaries hipify-perl in the directory /opt/rocm/hip/bin/.

Was the location of the binary moved?

emankov commented 2 years ago

@aakanksha555, could you please guide on how to install HIPIFY tools package fro Ubuntu?

aakanksha555 commented 2 years ago

If you have a hipify package just installing it like any other debian package will work. (dpkg -i package_name.deb) If you want to create a package you need to first build hipify project and then "make package_hipify-clang". The package install location is determined by CPACK_PACKAGING_INSTALL_PREFIX or by default it installs to "/opt/rocm/hip"

emankov commented 2 years ago

Closing as answered.