forked from kokkos/kokkos-kernels
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '985c3a9e7343c2f612560024cae4d968f800c8ac' into jgfouca/…
…block_sptrsv2 * commit '985c3a9e7343c2f612560024cae4d968f800c8ac': Propose increasing column limit to 120. (kokkos#2255) Bump github/codeql-action from 3.25.11 to 3.25.12 (kokkos#2278) Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (kokkos#2279)
- Loading branch information
Showing
875 changed files
with
51,727 additions
and
85,614 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Add formatting and other uninteresting commits here and | ||
# 'git blame $file' will skip them IF | ||
# A) you have it configured to do so globally (dangerous, this will break git blame on repos that don't have a .git-blame-ignore-revs file. | ||
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs | ||
# OR | ||
# B) you have it configured to do so locally (tedious, you have to remember to do this in every KK clone) | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
# OR | ||
# C) you have an aliased blame command for KokkosKernels: | ||
# git config --global alias.kkblame 'blame --ignore-revs-file=.git-blame-ignore-revs' | ||
# NOTE: this implies you run 'git kkblame $file' | ||
# OR | ||
# D) you explicitly tell blame to skip them | ||
# git blame --ignore-revs-file=.git-blame-ignore-revs $file | ||
# | ||
# List skips here: |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.