Skip to content
Failed

Changes

Summary

  1. Fix amdclang++ compilation (#6857) (details)
  2. Fix fallback implementation for sort_by_key (#6856) (details)
  3. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) (details)
Commit 99c7e1b1c430f2012eaea2f4bec90e8e0858b9f9 by noreply
Fix amdclang++ compilation (#6857)

* Fix amdclang++ compilation

* Add guards for hipcc
The file was modified cmake/kokkos_arch.cmake (diff)
Commit 9feb104d9b3ce86230f1b56c6207246f67f22de1 by noreply
Fix fallback implementation for sort_by_key (#6856)

* Fix fallback implementation for sort_by_key

* Guard with KOKKOS_ENABLE_ONEDPL

* Drop sort_on_device

* Improve wording

* Improve comment
The file was modified algorithms/src/sorting/impl/Kokkos_SortByKeyImpl.hpp (diff)
Commit c3c8a70d21ffe88f810bfe392fb5a0457c62c928 by noreply
Update the unsafe implicit conversion error message in MDRangePolicy (#6855)

* Updated the error message in MDRangePolicy about unsafe implicit conversions

* Addressed clang warnings
The file was modified core/src/KokkosExp_MDRangePolicy.hpp (diff)
The file was modified core/unit_test/TestMDRangePolicyConstructors.hpp (diff)