Skip to content

Changes

#189 (Jul 3, 2024, 12:31:00 AM)

  1. Added width 8 abi for avx2 (commit: e320e00) — donlee / githubweb
  2. Added for AVX512 (commit: aa83357) — donlee / githubweb
  3. Added for width 4 for NEON (commit: e02c6a3) — donlee / githubweb
  4. clang-formatted (commit: 61de582) — donlee / githubweb
  5. Disabling simd unit tests from building for Windows+CUDA build (commit: 1eb1abe) — donlee / githubweb
  6. Workaround for the compilation failure for rocm 5.6-6.0 (commit: 6e167f2) — donlee / githubweb
  7. Added a comment about is_type structs (commit: 4d1278e) — donlee / githubweb
  8. clang formating (commit: b650199) — donlee / githubweb
  9. Clean up KOKKOS_LIB_INCLUDE_DIRECTORIES, append include directories to associated targets in Trilinos builds (#7103) (commit: 9f7a92f) — noreply / githubweb
  10. Workaround to ice with icpc when using -no-ip (#7106) (commit: b5f51b9) — noreply / githubweb

#188 (Jul 2, 2024, 12:31:00 AM)

  1. Restrict jenkins CI not to run on hopper for nvcc < 11.8 (commit: f10076c) — Daniel Arndt / githubweb

#184 (Jun 28, 2024, 12:31:00 AM)

  1. Add missing space (commit: 8fc95f8) — Andrey Prokopenko / githubweb
  2. Fix SpaceAwareAccessor based on usage experiment in View (#7088) (commit: 2d77152) — noreply / githubweb

#183 (Jun 26, 2024, 12:31:00 AM)

  1. Cleanup KokkosP hooks in `Profiling::` (#7096) (commit: 53b3202) — noreply / githubweb

#182 (Jun 25, 2024, 12:31:00 AM)

  1. Temporarily disable failing parts in the TestMDSpan.hpp for the OpenACC (commit: 304ad9d) — lees2 / githubweb
  2. Bump Jimver/cuda-toolkit from 0.2.15 to 0.2.16 (commit: c2a5863) — noreply / githubweb
  3. Copy print_configuration setting in combination of kokkos settings. (commit: 1771bfd) — nils.schild / githubweb
  4. Couple more icpc -Werror fixes (commit: a4e7eab) — ndellin / githubweb

#181 (Jun 24, 2024, 12:31:00 AM)

  1. remove cmake options to change default spaces (commit: c7acfb7) — jakob.bludau / githubweb

#179 (Jun 22, 2024, 12:31:00 AM)

  1. Fix more icpc issues (commit: e826e7f) — ndellin / githubweb

#178 (Jun 21, 2024, 12:31:00 AM)

  1. Fix thread-safety for the Serial backend (commit: 3309d93) — Daniel Arndt / githubweb
  2. Improve performance for deleting an instance. (commit: 3de267c) — noreply / githubweb
  3. Don't delete special member functions explicitly (commit: 9ac81a8) — Daniel Arndt / githubweb
  4. Update internal desul file copies to 60c1115 (commit: ea4b96f) — crtrott / githubweb
  5. Update desul version in github workflow (commit: 8501d5a) — crtrott / githubweb
  6. Resolve various bogus icpc -Werror (#7079) (commit: 24454fa) — noreply / githubweb

#177 (Jun 20, 2024, 12:31:00 AM)

  1. Add SpaceAwareAccessor (commit: afbff6c) — crtrott / githubweb
  2. Add basic tests for SpaceAwareAccessor (commit: b2046a4) — crtrott / githubweb
  3. Use SpaceAwareAccessor in View mdspan-interop (commit: e2d68fd) — crtrott / githubweb
  4. Add specialization of SpaceAwareAcc for AnonymousSpace (commit: a6b95e9) — crtrott / githubweb
  5. Address review comments (commit: 34db518) — crtrott / githubweb
  6. SpaceAwareAccessor: fix issues (no-unique-address, is_empty) (commit: 6c78f4b) — crtrott / githubweb
  7. Structured binding support for Kokkos::complex (#7040) (commit: 2678194) — noreply / githubweb
  8. Move `layout_iterate_type_selector` into Impl namespace (#7076) (commit: 708abe2) — noreply / githubweb
  9. Use correct includes for spaceawareaccessor (commit: 7b962ce) — crtrott / githubweb
  10. fix refcount exception safety (#6289) (commit: 1e14d04) — noreply / githubweb
  11. Complex needs a tuple include (commit: cf14f1c) — crtrott / githubweb

#176 (Jun 19, 2024, 12:31:00 AM)

  1. Fix incompatible dynamic_extent definition in Kokkos (commit: a1f1255) — crtrott / githubweb
  2. Fix using shared libraries and -fvisibility=hidden (#7065) (commit: 5498582) — noreply / githubweb
  3. OpenACC: Skip exec_space_thread_safety_range_scan (#7022) (commit: 3418084) — noreply / githubweb

#175 (Jun 18, 2024, 12:31:00 AM)

  1. Enable MDSPAN support by default (#7069) (commit: 0d5cc92) — noreply / githubweb

#172 (Jun 15, 2024, 12:31:00 AM)

  1. Fix using CUDAToolkit for CMake 3.28.4 and higher (commit: 40cf84f) — Daniel Arndt / githubweb
  2. Move check CMake 3.20.1 with nvhpc (commit: 8229477) — Daniel Arndt / githubweb
  3. Fix closing brackets (commit: 6440606) — noreply / githubweb
  4. KOKKOS_CUDA_ERROR->DEFAULT_MSG (commit: a3e2b84) — Daniel Arndt / githubweb
  5. Workaround icpc "missing return statement at end of non-void function" (commit: 63d8093) — ndellin / githubweb

#171 (Jun 14, 2024, 12:31:00 AM)

  1. Fix mdspan test (commit: 1d7ccd8) — Daniel Arndt / githubweb
  2. Update to CUDA 12.4.1 in MSVC CI (commit: 363b464) — Daniel Arndt / githubweb
  3. Workaround MSVC compiler issues in Views (commit: d50a878) — Daniel Arndt / githubweb
  4. Avoid lambda in sort_by_key_via_sort (commit: 90d8770) — Daniel Arndt / githubweb

#170 (Jun 13, 2024, 12:31:00 AM)

  1. Cuda: Fix nvcc warnings (commit: e899550) — Daniel Arndt / githubweb
  2. Fix quotation marks in CXX flags (commit: 726a8f2) — Daniel Arndt / githubweb
  3. Fix kokkos_swap (commit: 1876867) — Daniel Arndt / githubweb
  4. Fix array size (commit: d0d99bd) — Daniel Arndt / githubweb
  5. Fix gtest (commit: 13447c4) — Daniel Arndt / githubweb
  6. Fix .jenkins whitespce (commit: 5906cba) — Daniel Arndt / githubweb
  7. Only use -Werror all-warnings with explicit nvcc_wrapper (commit: 9d1842e) — Daniel Arndt / githubweb
  8. Fix dangling reference (commit: 0e88744) — Daniel Arndt / githubweb
  9. Suppress 'long double' is treated as 'double' in device code (commit: 2a15c75) — Daniel Arndt / githubweb
  10. Use -Xcudafe --diag_suppress=20208 for 11.6 build; nothing else seems to help (commit: 5b0d945) — Daniel Arndt / githubweb
  11. Try moving pragma suppress to tests (commit: 1625ec2) — Daniel Arndt / githubweb
  12. Use -Xcudafe --diag_suppress=20208 in Makefile build (commit: 2c3fd02) — Daniel Arndt / githubweb
  13. Restrict to_array subtest to NVCC >= 11.4.0 (commit: 5d09838) — Daniel Arndt / githubweb
  14. [ci skip] Use ROCM 6.1 in the nightly CI and disable one test (commit: 7c4f2b4) — Bruno Turcksin / githubweb
  15. Switch to using functors in sort_by_key_via_sort (#7059) (commit: 043f873) — noreply / githubweb

#163 (Jun 6, 2024, 12:31:00 AM)

  1. Bump version in the readme (commit: 013ef0c) — noreply / githubweb

#162 (Jun 5, 2024, 12:31:00 AM)

  1. Fix unused symbols in CTAD tests (commit: 69b0db4) — thomas.padioleau / githubweb
  2. Move dependabot to .github (commit: 4b913d3) — Daniel Arndt / githubweb
  3. Bump Jimver/cuda-toolkit from 0.2.14 to 0.2.15 (commit: e7ddeee) — noreply / githubweb
  4. Bump DoozyX/clang-format-lint-action from 0.16.2 to 0.17 (commit: 5269803) — noreply / githubweb

#161 (Jun 4, 2024, 12:31:00 AM)

  1. Add dependabot for GitHub Actions (commit: 5071f2f) — Daniel Arndt / githubweb
  2. Added static_asserts for out of range tuple_element and get (commit: 2a7ca1a) — nliber / githubweb
  3. Improve Kokkos Graphs (#7039) (commit: 669746e) — noreply / githubweb
  4. Introduce `KOKKOS_DEDUCTION_GUIDE` macro to allow user-defined deduction guide in device code for clang compiler (#6954) (commit: 63a3cef) — noreply / githubweb
  5. Add nightly CI on Frontier (#7048) (commit: 1f60290) — noreply / githubweb
  6. Update scorecard GitHub workflow (commit: 150f900) — Daniel Arndt / githubweb