1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Installation
============
Requirements
------------
* rocRAND
* Python 2.7 or 3.5
* NumPy (will be installed automatically as a dependency if necessary)
Note: If rocRAND is built from sources but not installed or installed in
non-standard directory set ``ROCRAND_PATH`` environment variable, for example::
export ROCRAND_PATH=~/rocRAND/build/library/
Installing
----------
Install::
cd python/hiprand
pip install .
Run tests::
python tests/hiprand_test.py
|