Closed baijumeswani closed 2 years ago
@aakanksha555, could you please guide on how to install HIPIFY tools package fro Ubuntu?
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"
Closing as answered.
Using the docker image
rocm5.0.1_ubuntu18.04_py3.7_pytorch_staging
, I am unable to locate the hipify binarieshipify-perl
in the directory/opt/rocm/hip/bin/
.Was the location of the binary moved?