You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rocrand is (as far as I know) the only library that installs its rocrand-config.cmake and related files in <rocm-dir>/lib/cmake/rocrand/rocrand/
All other libraries install to <rocm-dir>/lib/cmake/<roclib>/
Is there a special reason for that?
The text was updated successfully, but these errors were encountered:
This is very strange.
How do you build and install rocRAND?
I've just checked three ways:
sudo make install
make package, then sudo dpkg -i rocrand-1.8.2-Linux.deb
sudo apt install rocrand
All commands create /opt/rocm/rocrand/lib/cmake/rocrand/rocrand-config.cmake and /opt/rocm/rocrand/include/rocrand.h, i.e. without this strange rocrand/rocrand path.
rocrand is (as far as I know) the only library that installs its
rocrand-config.cmake
and related files in<rocm-dir>/lib/cmake/rocrand/rocrand/
All other libraries install to
<rocm-dir>/lib/cmake/<roclib>/
Is there a special reason for that?
The text was updated successfully, but these errors were encountered: