RadeonOpenCompute / rocm-cmake

CMake modules used within the ROCm libraries

Home Page:https://radeonopencompute.github.io/rocm-cmake/doc/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocm-cmake

rocm-cmake is a collection of CMake modules for common build and development tasks within the ROCm project. It is therefore a build dependency for many of the libraries that comprise the ROCm platform.

rocm-cmake is not required for building libraries or programs that use ROCm; it is required for building some of the libraries that are a part of ROCm.

To install from source, run:

mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --build . --target install

About

CMake modules used within the ROCm libraries

https://radeonopencompute.github.io/rocm-cmake/doc/html/

License:MIT License


Languages

Language:CMake 96.7%Language:C 1.5%Language:C++ 1.4%Language:Python 0.3%