Skip to content
Aborted

Changes

Summary

  1. Change postfix & prefix to inclusive & exclusive (commit: 2fb1f5d) (details)
  2. Bump actions/checkout from 5.0.0 to 6.0.0 (commit: 76f5248) (details)
  3. Bump github/codeql-action from 4.31.2 to 4.31.4 (commit: 77adf5e) (details)
  4. simd: add simd_size_type (#6535) (commit: a6366b0) (details)
Commit 2fb1f5df3d1bf767326855e6d38280f122645ce7 by hkannan
Change postfix & prefix to inclusive & exclusive
Signed-off-by: Hariprasad Kannan <hkannan@gmail.com>
(commit: 2fb1f5d)
The file was modifiedcore/unit_test/TestParallelScanRangePolicy.hpp (diff)
Commit 76f5248ee3b7ebb31430ac1d41a0606ad4194f04 by noreply
Bump actions/checkout from 5.0.0 to 6.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 76f5248)
The file was modified.github/workflows/cmake-format-check.yml (diff)
The file was modified.github/workflows/scorecard.yml (diff)
The file was modified.github/workflows/snl-ci.yml (diff)
The file was modified.github/workflows/continuous-integration-linux.yml (diff)
The file was modified.github/workflows/continuous-integration-windows.yml (diff)
The file was modified.github/workflows/continuous-integration-osx.yml (diff)
The file was modified.github/workflows/clang-format-check.yml (diff)
The file was modified.github/workflows/continuous-integration-smoketest.yml (diff)
The file was modified.github/workflows/performance-benchmark.yml (diff)
The file was modified.github/workflows/mdspan-version-check.yml (diff)
The file was modified.github/workflows/releases.yml (diff)
The file was modified.github/workflows/desul-version-check.yml (diff)
The file was modified.github/workflows/codeql.yml (diff)
The file was modified.github/workflows/pre-commit.yml (diff)
The file was modified.github/workflows/nightly-cea.yml (diff)
Commit 77adf5e1237fda0d8059c3d11d4e8d16a999a0ef by noreply
Bump github/codeql-action from 4.31.2 to 4.31.4

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/0499de31b99561a6d14a36a5f662c2a54f91beee...e12f0178983d466f2f6028f5cc7a6d786fd97f4b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 77adf5e)
The file was modified.github/workflows/scorecard.yml (diff)
The file was modified.github/workflows/codeql.yml (diff)
Commit a6366b0b1019025a4cdd2a8c7c32e5bacf5e7cf1 by noreply
simd: add simd_size_type (#6535)

* Added simd_size_t and integral_constant size

---------

Signed-off-by: Dong Hun Lee <donlee@sandia.gov>
Co-authored-by: Damien L-G <dalg24+github@gmail.com>
Co-authored-by: Trévis Morvany <trevis.morvany@cea.fr>
(commit: a6366b0)
The file was modifiedsimd/src/Kokkos_SIMD_AVX512.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_Reductions.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_SVE.hpp (diff)
The file was modifiedsimd/unit_tests/include/SIMDTesting_Utilities.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_MaskOps.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_Common_Math.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_BitwiseOps.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_AVX2.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_Common.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_ShiftOps.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_Impl.cppm (diff)
The file was modifiedsimd/src/Kokkos_SIMD_NEON.hpp (diff)
The file was modifiedsimd/unit_tests/include/SIMDTesting_Ops.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_GeneratorCtors.hpp (diff)
The file was modifiedsimd/src/Kokkos_SIMD_Scalar.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_LoadStore.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_Construction.hpp (diff)
The file was modifiedsimd/unit_tests/include/TestSIMD_MathOps.hpp (diff)