Closed nunnikri closed 2 years ago
@lawruble13 is this PR obsolete with latest rocm-cmake?
This should be resolved with the latest rocm-cmake, yes.
Closing as the change is not required. The issue is CMAKE_INSTALL_PREFIX is not set. If you compile like below it will work mkdir build ; cd build ; cmake .. -DSUPPORT_HIP=OFF -DCMAKE_INSTALL_PREFIX=/opt/rocm-xxx
Or you can compile like ./install.sh -i --host
Wrapping all the file reorg changes inside SUPPORT_HIP to take care of HIP off build cases