Skip to content

Conversation

brryan
Copy link
Collaborator

@brryan brryan commented Nov 8, 2024

PR Summary

In the past we did not use Kokkos::sort in favor of thrust::sort, std::sort, or failing, but with Kokkos 4.4 (#1191) Kokkos::sort should now support the custom comparator-based sorting we require.

In the past, performance of Kokkos::sort has been suboptimal. Probably worth checking to see if we should provide more specializations beyond thrust for CUDA, or if we can get rid of thrust while maintaining performance.

PR Checklist

  • Code passes cpplint
  • New features are documented.
  • Adds a test for any bugs fixed. Adds tests for new features.
  • Code is formatted
  • Changes are summarized in CHANGELOG.md
  • Change is breaking (API, behavior, ...)
    • Change is additionally added to CHANGELOG.md in the breaking section
    • PR is marked as breaking
    • Short summary API changes at the top of the PR (plus optionally with an automated update/fix script)
  • CI has been triggered on Darwin for performance regression tests.
  • Docs build
  • (@lanl.gov employees) Update copyright on changed files
  • Merge Update Kokkos version to 4.4.1 #1191

@Yurlungur
Copy link
Collaborator

@pgrete reminder to follow up

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.

2 participants