-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* HIP SDK compatibility (#398) * HIP SDK compatibility * Update cmake_path function in rmake.py * Fix typo * Updating copyright year * double to half conversion workaround for block_reduce ReduceMultiplies test case (#401) * Directly use __builtin_amdgcn_fence (#403) This was relying on an implementation detail of the HIP headers which has been removed. Co-authored-by: Matt Arsenault <[email protected]> * Fix toolchain-windows.cmake for HIP SDK (#404) * HIP SDK compatibility * Update cmake_path function in rmake.py * Fix typo * Updating copyright year * Removing unnecessary cmake compiler flags * Removing old comments, cleanup * Take python3 by default * gfx90a tuning merge-sort and radix-sort (#397) and special case tuning for merge-sort char,double value_type * Escape right brace in regex (#407) * Escape right brace in regex * Escape parentheses * Fix package name on Windows (#411) * Add rocm-cmake path to CMAKE_PREFIX_PATH * fallback to rocm-cmake master (match other libs) * Update changelog for 5.5 cherry pick * Revert "gfx90a tuning merge-sort and radix-sort (#397)" This reverts commit cc92f03. --------- Co-authored-by: Matt Arsenault <[email protected]> Co-authored-by: Matt Arsenault <[email protected]> Co-authored-by: Vincent van Heertum <[email protected]> Co-authored-by: Lauren Wrubleski <[email protected]>
- Loading branch information
1 parent
5a6724d
commit 629acf4
Showing
7 changed files
with
37 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters