Skip to content

Changes

#4 (Apr 5, 2024, 9:38:18 PM)

  1. Fix deep copy when filling Rank-7 views — cedric.chevalier / githubweb
  2. TestViewCopy_c.hpp: add new unit test for deep copy (ViewFill) — cedric.chevalier / githubweb
  3. TestViewCopy_c.hpp: better handling for OpenMPTarget — cedric.chevalier / githubweb
  4. Do not return a copy of the input functor for Kokkos::Experimental::for_each — thomas.padioleau / githubweb
  5. Accommodate users that depend on a code that define silly macros (#6909) — noreply / githubweb
  6. SYCL: Fix multi-GPU support and add test (#6887) — noreply / githubweb
  7. SYCL: Unroll shuffle loops for top-level parallel_reduce and parallel_scan (#6750) — noreply / githubweb
  8. Preparing readme for develop as the default branch (#6796) — noreply / githubweb
  9. CHANGELOG.md: 4.3.00 update — ndellin / githubweb
  10. Refactor: Uniformize `create_mirror*` parameter name for views (#6917) — noreply / githubweb
  11. SYCL: Improve team_reduce implementation (#6562) — noreply / githubweb
  12. Enhanced test and renamed functions — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#3 (Apr 1, 2024, 9:07:21 PM)

  1. SYCL: Cleanup device selection — Daniel Arndt / githubweb
  2. Adding SECURITY.md file — crtrott / githubweb
  3. Cleanup KOKKOS_CONFIGURE_CORE — Daniel Arndt / githubweb
  4. Avoid detecting unwanted fences in the parallel_scan_no_fence test — Daniel Arndt / githubweb
  5. Add test for current CTAD support with RangePolicy (#6803) — noreply / githubweb
  6. multi-GPU support: Add test for all policies (#6782) — noreply / githubweb
  7. Implement sort_by_key (#6801) — noreply / githubweb
  8. Fix scorecard workflow (#6831) — noreply / githubweb
  9. Remove redundant RangePolicy constructor (#6841) — noreply / githubweb
  10. Bump Google Benchmark version v1.{6.2 -> 7.1} in CMake FetchContent — Damien L-G / githubweb
  11. Remove variadic range policy constructor (#6845) — noreply / githubweb
  12. Avoid unused variable warning in TestRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  13. bytes_and_flops with CMake — cedric.chevalier / githubweb
  14. bytes_and_flops fix a small bug in command line argument — cedric.chevalier / githubweb
  15. add gather benchmark to CMake — cedric.chevalier / githubweb
  16. add atomic benchmark to CMake — cedric.chevalier / githubweb
  17. add policy_performance benchmark to CMake — cedric.chevalier / githubweb
  18. fix some warnings in policy_performance benchmark — cedric.chevalier / githubweb
  19. policy_benchmark: fix indentation — cedric.chevalier / githubweb
  20. Benchmarks: disable 2 benchmarks for OpenMPTarget — cedric.chevalier / githubweb
  21. bytes_and_flops: fix a counter name — cedric.chevalier / githubweb
  22. Fix C-style cast — Daniel Arndt / githubweb
  23. Fix amdclang++ compilation (#6857) — noreply / githubweb
  24. Fix fallback implementation for sort_by_key (#6856) — noreply / githubweb
  25. Update the unsafe implicit conversion error message in MDRangePolicy (#6855) — noreply / githubweb
  26. Split some classes from Kokkos_ViewMapping (#6859) — noreply / githubweb
  27. update mdspan tpl — nmmoral / githubweb
  28. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  29. CTAD (deduction guides) for MDRangePolicy (#5516) — noreply / githubweb
  30. Add support for rocThrust in sort when using HIP (#6793) — noreply / githubweb
  31. Add HIP specialization for sort-by-key — Bruno Turcksin / githubweb
  32. Fix unused variable warning in TestMDRangePolicyCTAD.cpp — Daniel Arndt / githubweb
  33. Improve message on view out of bounds access and always abort (#6861) — noreply / githubweb
  34. Fix linking with rothrust in downstream applications — Daniel Arndt / githubweb
  35. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) — noreply / githubweb
  36. Don't use Fedora development version in GitHub CI — Daniel Arndt / githubweb
  37. kokkos_tpls.cmake: update default option to enable rocthrust — ndellin / githubweb
  38. Scratch space fix for MultiGPU (#6866) — noreply / githubweb
  39. [ci skip] Bump version number to 4.3.99 — Damien L-G / githubweb
  40. Fix Makefile.kokkos for Threads — Daniel Arndt / githubweb
  41. Fix a bug in Makefile when using AMD GPU architectures (#6892) — noreply / githubweb
  42. Cuda: Fix configuring with CMake 3.28.4 (#6898) — noreply / githubweb
  43. Update Intel GPU architectures in Makefile (#6895) — noreply / githubweb
  44. Move `Kokkos::Array` tests to a more suitable place (#6905) — noreply / githubweb
  45. Fixed and simplified the unit test — donlee / githubweb

#2 (Feb 23, 2024, 4:10:19 PM)

  1. Changes from PR reviews — donlee / githubweb