Building and installing rocThrust on Windows with rmake.py#
You can use rmake.py
to build and install rocThrust on Windows. You can also use CMake if you want more build and installation options.
rmake.py
is located in the rocThrust
root directory. To build and install rocThrust 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