HIP
HIP copied to clipboard
No CMakeLists.txt
Hello, Try to build/install HIP on Ubuntu 20.04.5 LTS with the steps below
https://rocmdocs.amd.com/en/latest/Programming_Guides/hip_install.html
- cd HIP 2 .mkdir build
- cd build
- cmake ..
- make
- make install
Step 4 gives error below does not appear to contain CMakeLists.txt.
Am I missing anything? Thanks
@xinlipn Hi, were you able to resolve this issue on the latest HIP? If so can we close this ticket?