hipRAND documentation

hipRAND documentation#

The hipRAND library is a wrapper library that lets you easily port NVIDIA CUDA applications that use the CUDA cuRAND library to the HIP layer. It sits between your application and the backend RAND library, where it marshals inputs to the backend and results to the application. hipRAND exports an interface that doesn’t require the client to change, regardless of the chosen backend. It uses rocRAND in a ROCm environment and cuRAND in a CUDA environment and provides C, C++, and Python API wrappers.

The hipRAND public repository is located at ROCm/hipRAND.

To contribute to the documentation, see Contributing to ROCm.

You can find licensing information on the Licensing page.