ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
107 stars 19 forks source link

CMakeLists.txt references moodycamel which has been removed #48

Closed Naraenda closed 9 months ago

Naraenda commented 9 months ago

moodycamel was removed in https://github.com/ROCm-Developer-Tools/HIP-CPU/commit/5eeb1b3a3235486824c19a315ace2370ba6b973e but this change was not reflected in CMakeLists.txt. We came upon this issue while building rocRAND with HIP CPU:

In hip-cpu-download/hip-cpu-download-prefix/src/hip-cpu-download-stamp/hip-cpu-download-install-err.log

CMake Error at cmake_install.cmake:81 (file):
  file INSTALL cannot find
  "/workspaces/amd/libraries/rocRAND/build/hip-cpu-src/external/moodycamel":
  No such file or directory.

After removing the relevant section in the CMake script it works again.