Skip to content
Failed

Changes

Summary

  1. Bump actions/download-artifact from 6.0.0 to 7.0.0 (commit: 4aaeab0) (details)
  2. Bump github/codeql-action from 4.31.7 to 4.31.8 (commit: 5905ba0) (details)
  3. Bump actions/cache from 4.3.0 to 5.0.1 (commit: 61f7bbd) (details)
  4. Bump actions/upload-artifact from 5.0.0 to 6.0.0 (commit: 6946db4) (details)
  5. Moved test testing AtomicRef equivalence with atomic View into a new file due to better fit (#8711) (commit: c043d21) (details)
  6. Fix nvcc warnings in mdspan (#8750) (commit: 4d9c443) (details)
  7. Add support for remquo (#8741) (commit: 4afa283) (details)
Commit 4aaeab0699b8620c4f04d8d1bfceef9aacf7bb36 by noreply
Bump actions/download-artifact from 6.0.0 to 7.0.0

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...37930b1c2abaa49bbe596cd826c3c89aef350131)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 5905ba0)
The file was modified.github/workflows/scorecard.yml (diff)
The file was modified.github/workflows/codeql.yml (diff)
Commit 61f7bbdd2c7e48a44bfa1d25fe72a1a234e24bf7 by noreply
Bump actions/cache from 4.3.0 to 5.0.1

Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb)

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

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 61f7bbd)
The file was modified.github/workflows/continuous-integration-osx.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/continuous-integration-linux.yml (diff)
Commit 6946db4425ac2207539f7788d0d51b1c8ff09a58 by noreply
Bump actions/upload-artifact from 5.0.0 to 6.0.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f)

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

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 6946db4)
The file was modified.github/workflows/releases.yml (diff)
The file was modified.github/workflows/scorecard.yml (diff)
The file was modified.github/workflows/performance-benchmark.yml (diff)
Commit c043d2151348bab309af3c38875c6394d5feacf6 by noreply
Moved test testing AtomicRef equivalence with atomic View into a new file due to better fit (#8711)

Signed-off-by: Jan Ciesko <jan.ciesko@gmail.com>
Signed-off-by: Christian Trott <crtrott@sandia.gov>
Co-authored-by: Christian Trott <crtrott@sandia.gov>
Co-authored-by: Damien L-G <dalg24@gmail.com>
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
(commit: c043d21)
The file was modifiedcore/unit_test/view/TestConversionFromPointer.cpp (diff)
The file was modifiedcore/unit_test/CMakeLists.txt (diff)
The file was addedcore/unit_test/view/TestMemoryTraitTypes.cpp
Commit 4d9c44384345890fceec8ff7fad8933c0239ded5 by noreply
Fix nvcc warnings in mdspan (#8750)

* Fix nvcc warnings in mdspan
* Limit to nvcc
* Update mdspan hash

---------

Signed-off-by: Daniel Arndt <arndtd@ornl.gov>
(commit: 4d9c443)
The file was modifiedtpls/mdspan-hash.txt (diff)
The file was modifiedtpls/mdspan/include/experimental/__p0009_bits/utility.hpp (diff)
The file was modifiedtpls/mdspan/include/experimental/__p0009_bits/macros.hpp (diff)
Commit 4afa2837c70d2fa2af1c2e900fc9a3559dcc1bf6 by noreply
Add support for remquo (#8741)

* Add support for remquo
* Address reviewers' comments

---------

Signed-off-by: Bruno Turcksin <bruno.turcksin@gmail.com>
(commit: 4afa283)
The file was modifiedcore/src/Kokkos_MathematicalFunctions.hpp (diff)
The file was modifiedcore/src/Kokkos_Core.cppm (diff)
The file was modifiedcore/unit_test/TestMathematicalFunctions.hpp (diff)