PawseySC / rocm-from-source

Scripts to build AMD ROCm from source.
MIT License
15 stars 3 forks source link

hipRAND is missing in the current install scripts #16

Open dipietrantonio opened 1 year ago

dipietrantonio commented 1 year ago

Add the following line

cmake -DCMAKE_INSTALL_PREFIX=$ROCM_PATH -DHIP_ROOT=$ROCM_PATH -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_C_COMPILER=hipcc -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx90a ..
BenWibking commented 1 year ago

hipRAND will be included in the manifest file in future ROCm versions: https://github.com/RadeonOpenCompute/ROCm/issues/2578