Skip to content

Changes

#138 (May 9, 2024, 12:31:00 AM)

  1. Fix a bug when using realloc on views of non-default constructible element types (#6993) (commit: d61d75a) — noreply / githubweb
  2. SYCL: Prepare Parallel* for Graphs (#6988) (commit: 50a862c) — noreply / githubweb
  3. [ci skip] update changelog for 4.3.1 (#6995) (commit: 37986fd) — noreply / githubweb

#136 (May 7, 2024, 12:31:00 AM)

  1. Fix deprecation warnings with GCC for pair<T1,void> comparison operators (commit: 9c79202) — Damien L-G / githubweb
  2. Fix TPL_LIBRARY_SUFFIXES for 32-bit build (commit: 7b8e3a6) — Daniel Arndt / githubweb
  3. Avoid duplicated definition of KOKKOS_IMPL_32BIT (commit: 2826017) — Daniel Arndt / githubweb
  4. Disable failing parallel_scan_with_reducers test (commit: ccadc7d) — Daniel Arndt / githubweb

#133 (May 4, 2024, 12:31:00 AM)

  1. Add thread-safety tests (#6938) (commit: 69567f3) — noreply / githubweb

#132 (May 3, 2024, 12:31:00 AM)

  1. Fix fedora CI builds with flang-new (commit: ccd0126) — Daniel Arndt / githubweb
  2. Fix Copyright file (commit: 45a1404) — crtrott / githubweb
  3. Also use is_nothrow_swappable workaround for Intel Classic Compilers (#6983) (commit: c6d8647) — noreply / githubweb

#131 (May 2, 2024, 12:31:00 AM)

  1. Use builtin for atomic_fetch in the HIP backend (commit: 46354d2) — Bruno Turcksin / githubweb
  2. [ci skip] Enable deprecated code and deprecated warnings in nightly CI (commit: 69c527a) — Bruno Turcksin / githubweb
  3. Fix support for Kokkos::Array of const-qualified element type (commit: fafe861) — Damien L-G / githubweb
  4. Try to fix the CUDA 11.0 build (commit: 63eef46) — Damien L-G / githubweb
  5. Revert "Try to fix the CUDA 11.0 build" (commit: ebb1cb3) — Damien L-G / githubweb
  6. Alternate definition of Impl::is_nothrow_swappable_v for NVCC version less than 11.4 (commit: 031f6d9) — Damien L-G / githubweb
  7. Avoid introducing a 2nd definition of the Impl::swappable trait (commit: 2391f17) — Damien L-G / githubweb
  8. Fix enabling OpenMP with HIP and "compile as CMake language" (commit: f699a2c) — Damien L-G / githubweb
  9. Fix OpenMP+CUDA when `Kokkos_ENABLE_COMPILE_AS_CMAKE_LANGUAGE` is `ON` (commit: 2574b80) — Damien L-G / githubweb

#130 (May 1, 2024, 12:31:00 AM)

  1. Do not require OpenMP support for languages other than CXX (commit: d434f87) — Damien L-G / githubweb
  2. Threads: Don't silently allow m_instance to be a nullptr (#6969) (commit: 77ea52f) — noreply / githubweb

#128 (Apr 29, 2024, 12:31:00 AM)

  1. OpenMPTarget: Update loop order in MDRange (#6925) (commit: 4ec8296) — noreply / githubweb

#127 (Apr 28, 2024, 12:31:00 AM)

  1. SYCL: Avoid deprecated floating-point number abs overloads (#6959) (commit: 7e7709f) — noreply / githubweb

#126 (Apr 27, 2024, 12:31:00 AM)

  1. Update version (commit: 19ca9ce) — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard (commit: 9686392) — crtrott / githubweb

#124 (Apr 25, 2024, 12:31:00 AM)

  1. Fix wrong macro guards for deprecated Kokkos::pair<T1,void> specialization (commit: ab3cae4) — Damien L-G / githubweb

#123 (Apr 24, 2024, 12:31:00 AM)

  1. Add `kokkos_swap(Array<T, N>)` sepcialization (commit: c9e21ce) — Damien L-G / githubweb
  2. kokkos_swap(Array) member friend should not be templated on some other type U (commit: 8706b68) — Damien L-G / githubweb
  3. Fix noexcept specification for kokkos_swap on zero-sized arrays (commit: 86f5988) — Damien L-G / githubweb
  4. Replace deprecated sycl::device_ptr/sycl::host_ptr (commit: 205fd15) — Daniel Arndt / githubweb
  5. Introduce alias based on feature macro (commit: 5932685) — Daniel Arndt / githubweb
  6. Kokkos::Impl::SYCLTypes:: -> Kokkos::Impl::sycl_ (commit: a782773) — Daniel Arndt / githubweb

#118 (Apr 19, 2024, 12:31:00 AM)

  1. Serial: Use the provided execution space instance in TeamPolicy (commit: e7b486f) — Daniel Arndt / githubweb
  2. Add test (commit: 34d0db2) — Daniel Arndt / githubweb
  3. Use Kokkos::AUTO for OpenMPTarget (commit: 44fde21) — Daniel Arndt / githubweb

#117 (Apr 18, 2024, 12:31:00 AM)

  1. Prefer standard C++ feature testing to guard the C++20 requires expression (commit: f94e8d3) — Damien L-G / githubweb
  2. Deprecate specialization of Kokkos::pair for a single element (commit: 730d8d8) — Damien L-G / githubweb
  3. Fix deprecated warning from `Kokkos::Array` specialization (#6945) (commit: d914fe3) — noreply / githubweb
  4. Fixed the link for P6601 (Threads backend change) (commit: 0859ab0) — nliber+github / githubweb

#115 (Apr 16, 2024, 12:31:00 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array (commit: a2af4e0) — Damien L-G / githubweb
  2. Remove unnecessary header include (commit: f2d3780) — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) (commit: a8115e5) — noreply / githubweb

#112 (Apr 13, 2024, 12:31:00 AM)

  1. CUDA: Update nvcc_wrapper (commit: 92e02b5) — rgayatri / githubweb
  2. bring back --fmad option to nvcc_wrapper (#6931) (commit: d88e2a5) — noreply / githubweb

#111 (Apr 12, 2024, 12:31:00 AM)

  1. Fix nightly CI (commit: 0099c10) — Bruno Turcksin / githubweb

#110 (Apr 11, 2024, 12:31:00 AM)

  1. Drop specialization of ViewMapping for Kokkos::Array (commit: b667853) — Damien L-G / githubweb
  2. Add ROCm 6.0 in the nightly CI (commit: 3a27cdb) — Bruno Turcksin / githubweb
  3. MI300 support unified memory support (#6877) (commit: 164519d) — noreply / githubweb
  4. cuda: reduction with `RangePolicy`: fix grid dimensions to work for large values and avoid overflow (#6578) (commit: 6ea7be7) — noreply / githubweb

#109 (Apr 10, 2024, 12:31:00 AM)

  1. SYCL: Fix range in subgroup scan for workgroup_scan (commit: 8cf8410) — Daniel Arndt / githubweb