0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ROCMConfig.cmakeがないと言われたときの対処法

0
Posted at

ROCMConfig.cmakeがないと言われた

https://github.com/ROCmSoftwarePlatform/rccl 
↑をビルドするときに少し困ったので対処法を記録しておきます

CMake Error at CMakeLists.txt:33 (find_package):
  Could not find a package configuration file provided by "ROCM" with any of
  the following names:

    ROCMConfig.cmake
    rocm-config.cmake

  Add the installation prefix of "ROCM" to CMAKE_PREFIX_PATH or set
  "ROCM_DIR" to a directory containing one of the above files.  If "ROCM"
  provides a separate development package or SDK, be sure it has been
  installed.

aptからrocm cmakeは入れることができるので

$ apt install rocm-cmake

以上の方法で対処可能です

出典

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?