Merge 6.2 hotfixes into 6.3 (#607) #620
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This also removes the line setting
BUILD_SHARED_LIBS
toON
, which was previously required to get the correctly named packages when not specifically compiling for a static build. Updates to the ROCmCMakeBuildTools (rocm-cmake) should mean this is no longer necessary.Fix BUILD_SHARED_LIBS for packaging (Fix BUILD_SHARED_LIBS for packaging #558)
Fix the dependencies of the static packages (Fix the dependencies of the static packages #563)
cmake: don't set CMAKE_C_COMPILER, as rocPRIM is a CXX project (cmake: don't set CMAKE_C_COMPILER, as rocPRIM is a CXX project #567)
add developer guidelines (Add developer guidelines #555) (Add developer.rst to release/6.2 #574)
Update Read the Docs config to Python 3.10 and latest rocm-docs-core (Update Read the Docs config to Python 3.10 and latest rocm-docs-core #564) (Cherry pick documentation requirement update #564 for 6.2 #579)
Cherry-pick: Optimize block_reduce_warp_reduce when block size is the same as warp size (Cherry-pick: Optimize block_reduce_warp_reduce when block size is the same as warp size #599)
Optimize block_reduce_warp_reduce when block size == warp size
Make conditional constexpr
Fix conflict in concepts.rst