ROCm / HIPIFY

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

[HIPIFY][build] CMake Error: The source directory "/home/mycode/HIPIFY/hipify" does not exist. #600

Closed Liu-xiandong closed 2 years ago

Liu-xiandong commented 2 years ago

When I wanted to build the hipify, I followed the README.md and cmake it. But in first step, I get the error. My terminal show:

cmake -DCMAKE_INSTALL_PREFIX=../dist -DCMAKE_BUILD_TYPE=Release ../hipify

And I get the error message:

CMake Error: The source directory "/home/mycode/HIPIFY/hipify" does not exist.

Please help me, thank you.

emankov commented 2 years ago

Please, follow the instruction: https://github.com/ROCm-Developer-Tools/HIPIFY#-hipify-clang-building, supposing that the hipify sources are cloned to the hipify folder mentioned in the cmake command line.