Summary
- core(cuda): remove unused `show_warnings` (details)
- Solve deprecate profiling library warning (details)
- Avoid OLD CMP0119: Explicitly add language flag for HIP with hipcc as well (#8415) (details)
- Disable compile check for clang + cuda + rdc (#8434) (details)
- Fix namespace lookup for symbols in Kokkos_MDSpan_Layout.hpp (details)
- Fix compiling with OpenMPTarget (details)
- Add missing KOKKOS_FUNCTION annotations on View constructor from nullptr (#8436) (details)
- Fix Polaris nightly CI (#8432) (details)
- Bump github/codeql-action from 3.30.1 to 3.30.3 (details)
- Link kokkoscore directly with CMAKE_DL_LIBS (details)
- Drop workaround for GCC 9- in algorithms tests (details)
- Move the desul and mdspan hash from scripts/ to tpls/ (details)
- Fix RISC-V support (missing semicolon and compiler check) (#8439) (details)
- Drop now unnecessary macro guards in Graph interop tests (details)
- Drop workaround for libstdc++ 9- with rocThrust without RTTI (details)
- [skip-ci]: olcf-nightly: Set FF_ENABLE_JOB_CLEANUP variable (details)
- Removed KOKKOS_ENABLE_CXX20 guards (details)
- Drop outdated checks for compiler versions in cmake (#8473) (details)
- Drop macro guarding exp2(__float128) for GCC 9+ (details)
- Drop workaround for GCC 9 in bit manipulation tests (details)
- [OpenMPTarget] Get rid of outdated macro guards (details)
- Make Timer test more robust (#8433) (details)
- Make all new macros IMPL (details)