Skip to content
Success

Changes

Summary

  1. Bump softprops/action-gh-release from 2.4.2 to 2.5.0 (commit: a1cdbaf) (details)
  2. Bump github/codeql-action from 4.31.5 to 4.31.7 (commit: e4f5d2a) (details)
  3. Bump actions/checkout from 6.0.0 to 6.0.1 (commit: 85566c1) (details)
  4. Add an MDRange stencil perf test (#8458) (commit: 9ebed6f) (details)
  5. Drop {clang,cmake}-format-checks in the CI (commit: 7a69d11) (details)
Commit a1cdbaf994cbb6e2106b0a226aff3a361378dfb9 by noreply
Bump softprops/action-gh-release from 2.4.2 to 2.5.0

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/5be0e66d93ac7ed76da52eca8bb058f665c3a5fe...a06a81a03ee405af7f2048a818ed3f03bbf83c7b)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: a1cdbaf)
The file was modified.github/workflows/releases.yml (diff)
Commit e4f5d2a024191e8555d4fb0a8d28c74b0b7f6b44 by noreply
Bump github/codeql-action from 4.31.5 to 4.31.7

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.7.
- [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/fdbfb4d2750291e159f0156def62b853c2798ca2...cf1bb45a277cb3c205638b2cd5c984db1c46a412)

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

Signed-off-by: dependabot[bot] <support@github.com>
(commit: e4f5d2a)
The file was modified.github/workflows/codeql.yml (diff)
The file was modified.github/workflows/scorecard.yml (diff)
Commit 85566c107619548a38e82e3aa4407ab7e7301ab3 by noreply
Bump actions/checkout from 6.0.0 to 6.0.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)

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

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 85566c1)
The file was modified.github/workflows/snl-ci.yml (diff)
The file was modified.github/workflows/nightly-cea.yml (diff)
The file was modified.github/workflows/codeql.yml (diff)
The file was modified.github/workflows/continuous-integration-osx.yml (diff)
The file was modified.github/workflows/pre-commit.yml (diff)
The file was modified.github/workflows/cmake-format-check.yml (diff)
The file was modified.github/workflows/mdspan-version-check.yml (diff)
The file was modified.github/workflows/continuous-integration-windows.yml (diff)
The file was modified.github/workflows/continuous-integration-smoketest.yml (diff)
The file was modified.github/workflows/scorecard.yml (diff)
The file was modified.github/workflows/releases.yml (diff)
The file was modified.github/workflows/performance-benchmark.yml (diff)
The file was modified.github/workflows/desul-version-check.yml (diff)
The file was modified.github/workflows/clang-format-check.yml (diff)
The file was modified.github/workflows/continuous-integration-linux.yml (diff)
Commit 9ebed6f28eef5c71f2be3648f417dec904a3283f by noreply
Add an MDRange stencil perf test (#8458)


Signed-off-by: Trévis Morvany <trevis.morvany@cea.fr>
Signed-off-by: Trévis Morvany <trevismorvany@gmail.com>
Signed-off-by: yasahi-hpc <y.asahi6412@gmail.com>
Co-authored-by: yasahi-hpc <y.asahi6412@gmail.com>
(commit: 9ebed6f)
The file was removedcore/perf_test/PerfTestDriver.hpp
The file was removedcore/perf_test/PerfTestMDRange.hpp
The file was modifiedcmake/KokkosCore_config.h.in (diff)
The file was addedcore/perf_test/PerfTestMDRange_Stencil.cpp
The file was modifiedcore/perf_test/CMakeLists.txt (diff)
The file was modifiedcmake/kokkos_enable_options.cmake (diff)
Commit 7a69d1120012f343285ab3f78612345478eb845f by Damien L-G
Drop {clang,cmake}-format-checks in the CI

They are now redundant and performed by the pre-commit-check

Signed-off-by: Damien L-G <dalg24@gmail.com>
(commit: 7a69d11)
The file was removed.github/workflows/clang-format-check.yml
The file was removed.github/workflows/cmake-format-check.yml
The file was modified.github/workflows/continuous-integration-stager.yml (diff)