-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Using .lint:clang-format * Added the hipcub thread test to the cmakelist * fix: config.hpp is included in every header * add half and bfloat16 cases to warp reduce and scan tests * fix format * Enabled half and bfloat16 tests for nvidia gpus * Fixed that bfloat16 and half thread tests work and added them * Moved thrust headers to different file and added iterator_facade_category * Added IteratorCategory for arg_index, constant, counting and transform * Added iterator_wrapper to reduce amount of duplicate code and use rocprim as much as possible * Use keyword Using in iterators and put helper function in detail space * Make use of iterator_wrapper for arg_index_input * Changes names and adds some documentation to iterator_wrapper * Removed unnecessary constructor and added explicit tag * Moved more to code to IteratorWrapper based on coe Lorinc * Revert "Moved more to code to IteratorWrapper based on coe Lorinc" This reverts commit 894f60cae177096bcf1000e5dd321174faf2476b. * Some iterators should have the device_system_tag as is the case in cub * Implemented minor comments nara * Add large indices test for device segmented reduce * Fix hipCUB's device segmented reduce for large indices * Update CHANGELOG * Bumped CCCL version * Moved get_large_sizes to common test utils file * Changed TwiddleIn/Out implementation to make use of rocprim::radix_key_codec * clang-format: trick clang-format into always breaking after c-style function attributes * Fixed formatting * Bumped project version to 3.3.0 --------- Co-authored-by: Lőrinc Serfőző <[email protected]> Co-authored-by: Nick Breed <[email protected]> Co-authored-by: Bence Parajdi <[email protected]> Co-authored-by: Robin Voetter <[email protected]>
- Loading branch information
1 parent
186c5f9
commit 3b4f714
Showing
60 changed files
with
963 additions
and
397 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
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
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
Oops, something went wrong.