8000 GitHub - ROCm/rocm-cmake at refs/heads/docs/6.4.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ROCm/rocm-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

CMake modules used within the ROCm libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 32

0