tafryn / rocm-cmake

Rocm cmake modules

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

Rocm cmake modules

License:MIT License


Languages

Language:CMake 97.6%Language:C 1.5%Language:C++ 1.0%