https://github.com/rocm/rocm-cmake
CMake modules used within the ROCm libraries
https://github.com/rocm/rocm-cmake
Last synced: 4 months ago
JSON representation
CMake modules used within the ROCm libraries
- Host: GitHub
- URL: https://github.com/rocm/rocm-cmake
- Owner: ROCm
- License: mit
- Created: 2017-05-07T21:16:47.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-11T14:09:09.000Z (5 months ago)
- Last Synced: 2026-02-13T20:23:05.118Z (5 months ago)
- Language: CMake
- Homepage: https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/
- Size: 673 KB
- Stars: 73
- Watchers: 21
- Forks: 46
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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:
```bash
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --build . --target install
```