rocRAND
rocRAND copied to clipboard
RAND library for HIP programming language
# rocRAND google benchmark integration This pull request includes an initiative to replacing the current benchmark system with Google benchmark. Google benchmark has a number of advantages over the current...
## Build Instructions 1. Install ROCm 4.5.2 2. Install CMake 3.21.3 or later 3. Install libnuma and kmod (so that `rocm_agent_enumerator` works) 4. Build rocRAND: ```bash HIPCXX=/opt/rocm/llvm/bin/clang++ \ CXX=/opt/rocm/llvm/bin/clang++ \...
Updates and test coverage for hipGraph support in rocRAND This change allows generators to be used inside of hipGraphs. It makes these modifications: * Changed all synchronous HIP API calls...
Summary of proposed changes: - hip-rocclr package is deprecated - This is replaced with latest package hip-runtime-amd. - This change is to update the package depends of rocRAND to the...
**Notable changes** * Added `rocrand_create_generator_host_blocking` which dispatches without stream semantics. * Added host-side generator for `ROCRAND_RNG_PSEUDO_MTGP32`. * Added offset and skipahead functionality to LFSR113 generator. * Added dynamic ordering for...
Listing options in tune with other components.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
I ran the benchmark tuning code and scripts on the remaining architectures in our GPU support matrix. This change updates the config headers with the results.
The HIP headers are included in rocrand.h and the HIP library should therefore be included in the roc::rocrand interface libraries.