This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipCUB installation overview

hipCUB installation overview#

The hipCUB source code is available from the hipCUB GitHub Repository.

The develop branch is the default branch. The develop branch is intended for users who want to preview new features or contribute to the hipCUB code base.

If you don’t intend to contribute to the hipCUB code base and won’t be previewing features, use a branch that matches the version of ROCm installed on your system.

hipCUB can be built and installed with rmake.py on Windows, or CMake on both Windows and Linux.

CMake provides the most flexibility in building and installing hipCUB.