Skip to content

ROCm/rocm-cmake

Folders and files

NameName
Last commit message
Last commit date
Aug 14, 2024
Aug 17, 2024
Feb 21, 2025
Nov 30, 2024
Nov 27, 2024
Feb 21, 2024
Jun 25, 2024
Oct 24, 2020
Jan 16, 2025
Aug 2, 2024
May 17, 2017
Feb 21, 2024
Nov 16, 2017
Jul 26, 2021

Repository files navigation

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