Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6.0 final mergeback to develop (#430)
* Add const to benchmark rocrand_device_api functions * Add static to benchmark_rocrand_device_api function * Address cppcheck warnings to benchmark_rocrand_generate * Address cppcheck warnings to benchmark_rocrand_kernel * Address cppcheck warnings to cmdparser * Address cppcheck warnings to rocrand.hpp * Address cppcheck warnings to rocrand_mrg31k3p * Address cppcheck warnings to rocrand_mrg32k3a * Address cppcheck warnings to rocrand_mtgp32 * Address cppcheck warnings to rocrand_philox4x32_10 * Address cppcheck warnings to rocrand_sobol32 * Address cppcheck warnings to rocrand_sobol64 * Address cppcheck warnings to rocrand_threefry2_impl * Address cppcheck warnings to rocrand_threefry4_impl * Address cppcheck warnings to rocrand_xorwow * Address cppcheck warnings to discrete * Address cppcheck warnings to poisson * Fix cpp-check warnings * Merge back hotfixes from 5.7 (#385) (#391) * Enable gfx94x build targets (#353) --------- * 5.7 cherry pick - Benchmark perf. improvements for discrete distributions (#379) * Remove workaround with hipGridDim_x * hipBlockDim_x It makes no difference anymore on ROCm >= 5.5, probably after switching to code object v5. * Use restrict with tables of discrete distributions This change improves performance in device API benchamrks for most engines. --------- --------- Co-authored-by: Stanley Tsang <[email protected]> Co-authored-by: Lauren Wrubleski <[email protected]> Co-authored-by: Eiden Yoshida <[email protected]> Co-authored-by: Anton Gorenko <[email protected]> * Updating changelog with correct categorizations (#393) * Remove deprecated references to amdgpu-target (#397) * Update version for ROCm 6.0 (#425) --------- Co-authored-by: RobsonRLemos <[email protected]> Co-authored-by: Robson Lemos <[email protected]> Co-authored-by: Lauren Wrubleski <[email protected]> Co-authored-by: Eiden Yoshida <[email protected]> Co-authored-by: Anton Gorenko <[email protected]>
- Loading branch information