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

Building and installing hipCUB on Windows

Building and installing hipCUB on Windows#

You can use rmake.py to build and install hipCUB on Microsoft Windows. You can also use CMake if you want more build and installation options.

rmake.py is located in the hipCUB root directory. To build and install hipCUB with rmake.py, run:

python rmake.py -i

This command also downloads rocPRIM and installs it in C:\hipSDK.

The -c option builds all clients, including the unit tests:

python rmake.py -c

To see a complete list of rmake.py options, run:

python rmake.py --help