Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop stream 2024-10-29 #631

Open
wants to merge 142 commits into
base: develop
Choose a base branch
from

Conversation

Beanavil
Copy link
Contributor

@Beanavil Beanavil commented Oct 29, 2024

  • Remove HIP-CPU support
  • Move ROCPRIM_DETAIL_HIP_SYNC_AND_RETURN_ON_ERROR to a separate header file
  • Add adjacent_find implementation and config tuning
  • Fix data generation for int128 and custom types in tests
  • Add find_end implementation
  • Add search implementation
  • Use std::chrono::steady_clock instead of std::chrono::high_resolution_clock in debug_synchronous calls
  • Add deprecation warnings for C++14 and set c++17 as default
  • Optimize partial_sort making use of radix sort
  • Improve histogram documentation addressing Channels and ActiveChannels restrictions
  • Update batch_memcpy tests to not hardcode the random seed
  • Add new variant of device select, predicated_flag, along with tests, benchmarks and config tuning
  • Add config tuning and dynamic dispatch for device merge
  • Add search_n implementation

@Beanavil Beanavil force-pushed the develop_stream_20241029 branch 2 times, most recently from 149360c to eb5607f Compare October 29, 2024 23:02
@Beanavil Beanavil marked this pull request as ready for review October 30, 2024 04:19
@Beanavil Beanavil force-pushed the develop_stream_20241029 branch 7 times, most recently from 929e6e6 to dc63277 Compare November 6, 2024 17:02
@Beanavil
Copy link
Contributor Author

Rebased onto develop to fix merge conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants