Snapshot of Kokkos and Kokkos-Kernels#122
Draft
github-actions[bot] wants to merge 2 commits intodevelopfrom
Draft
Snapshot of Kokkos and Kokkos-Kernels#122github-actions[bot] wants to merge 2 commits intodevelopfrom
github-actions[bot] wants to merge 2 commits intodevelopfrom
Conversation
4af40a7 to
9470c6f
Compare
9470c6f to
d9762b3
Compare
d9762b3 to
f9751f4
Compare
added 2 commits
April 12, 2026 00:20
From repository at https://github.com/kokkos/kokkos At commit: commit 10e9786f862733fc7c7a23d5e998e3d161dd7b70 Author: Damien Lebrun-Grandie <dalg24@gmail.com> Date: Fri Apr 10 10:19:19 2026 -0400 Add death test for `View::stride(i)` with `i>=View::rank()` and use BasicView::stride (trilinos#9053) * Add death test for View::stride(i) with i>=View::rank() * remove stride implementation in View and use BasicView::stride (the deprecated behavior which required a separate implementations is removed) Signed-off-by: Damien L-G <dalg24@gmail.com> Signed-off-by: Christian Trott <crtrott@sandia.gov> Co-authored-by: Christian Trott <crtrott@sandia.gov> Signed-off-by: Snapshot Action <snapshot@action.com>
…12c48b7f32 From repository at https://github.com/kokkos/kokkos-kernels At commit: commit 031a7eebc33aed3068adea2e2475e712c48b7f32 Author: Luc Berger <lberge@sandia.gov> Date: Fri Apr 10 09:07:28 2026 -0600 benchmark - parILUt: call libraries initialize first (trilinos#3022) * benchmark - parILUt: call libraries initialize first This is a general pattern to follow: call the libraries (Kokkos, benchmark) initialize function before doing specific options parsing as these libraries are likely supporting options that will not be recognized by our own parsing but will be removed from argv once parsed. Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov> * Applying clang-format Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov> --------- Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov> Signed-off-by: Snapshot Action <snapshot@action.com>
f9751f4 to
4e02771
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic snapshot of Kokkos and Kokkos-Kernels.
This snapshot gets updated via a GitHub Action.