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 157 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
  • Replace ROCPRIM_MAX_WARP_SIZE with device_warp_size()
  • Add find_end implementation
  • Add search implementation
  • Add graph capture support and config tuning for run_length_encode_non_trivial_runs
  • 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

Snektron and others added 29 commits October 29, 2024 22:58
- Simplified adjacent_find_impl functor definition
- Added test for indirect_iterator
…nged all std::numeric_limits to test_utils::numeric_limits
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