Skip to content

Changes

#146 (May 17, 2024, 12:31:00 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) (commit: df018d9) — noreply / githubweb
  2. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. (commit: da8be22) — lees2 / githubweb

#140 (May 11, 2024, 12:31:00 AM)

  1. SYCL: Print submission command queue property (#7004) (commit: 1d9d0df) — noreply / githubweb

#139 (May 10, 2024, 12:31:00 AM)

  1. SYCL: Fix deprecation in custom parallel_for RangePolicy implementation (commit: f5b3422) — Daniel Arndt / githubweb
  2. OpenMPTarget: Use mutex lock for parallel scan. (commit: 7cad3e7) — rgayatri / githubweb
  3. Remove cuSPARSE TPL (commit: 00170ae) — Damien L-G / githubweb

#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

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

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