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 (#321)
* Separate gfx942 specific code (#289) Co-authored-by: Stanley Tsang <[email protected]> * Split rocm-cmake dependency out before hip include (#293) * Split rocm-cmake dependency out before hip include * Update comments * Fix cpp-check reported issues Fixed a number of issues that static analysis picked up: - Made some functions const since they don't modify member state - Made some parameters const, since they're never modified - Fixes for several benchmark/test functions - Removed unused variable declarations - Added missing input data transfer from host to device - Added some member variables to constructor initializer list - Added override keyword in several places - Fixed up item placeholders in some printf statements * Fix cpp-check reported issues * Removed host to data transfer from memcpy benchmark. Since this benchmark only tests memcpy performance between device buffers, we don't really need to copy data into these from the host. * update googlebenchmark version (#302) * Avoid a segmentation fault when clearing cached blocks (#297) (#310) Co-authored-by: Tom Benson <[email protected]> * Include FetchContent before usage (#308) * 6.0 cherry pick for changelog and version update (#313) * Update documentation and version for 6.0 * Fix version --------- Co-authored-by: Eiden Yoshida <[email protected]> Co-authored-by: Lauren Wrubleski <[email protected]> Co-authored-by: Wayne Franz <[email protected]> Co-authored-by: Tom Benson <[email protected]>
- Loading branch information