Skip to content

Commit 97ddb51

Browse files
umfranzwNB4444
andauthored
Mergeback changes from 6.5 release staging (#726)
* The assert fix for block_radix_sort (#714) (#716) Co-authored-by: Nick Breed <[email protected]> * Temporarily device_segmented_scan tests (#717) The device_segmented_scan tests are currently causing a hang on Windows. Temporarily disable these tests while we diagnose the problem. * Update version number for ROCm 6.5.0 (#721) This change updates the rocPRIM version number to 3.5.0. --------- Co-authored-by: Nick Breed <[email protected]>
1 parent f53fc72 commit 97ddb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ if(BUILD_CODE_COVERAGE)
183183
endif()
184184

185185
# Setup VERSION
186-
set(VERSION_STRING "3.4.0")
186+
set(VERSION_STRING "3.5.0")
187187
rocm_setup_version(VERSION ${VERSION_STRING})
188188
math(EXPR rocprim_VERSION_NUMBER "${rocprim_VERSION_MAJOR} * 100000 + ${rocprim_VERSION_MINOR} * 100 + ${rocprim_VERSION_PATCH}")
189189

0 commit comments

Comments
 (0)