-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from sandialabs/bump_kokkos_v4_4_1
Bump version to 1.6.0 - Dropped support for Kokkos < 4 - Updated vendored Kokkos and Kokkos-Kernels to 4.4.01 - Updated vendored pybind11 to 2.13.6 - Fixes to support numpy > 2
- Loading branch information
Showing
3,936 changed files
with
398,304 additions
and
329,888 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.5.9 | ||
1.6.0 |
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,19 @@ | ||
# | ||
# 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: | ||
985c3a9e7343c2f612560024cae4d968f800c8ac | ||
0ffb820881335beb0e78463c19988a0c61044705 |
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,14 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Kokkos Kernels will issue vulnerability fixes in the develop branch of the project repository. | ||
Typically a patch release will be issued shortly after a vulnerability is detected and fixed. | ||
The project does not typically issue patch releases for older versions and if it happens, announcements will be made on our website and/or slack channel. | ||
|
||
## Reporting a Vulnerability | ||
|
||
To report a security issue, please email [email protected] and [email protected] with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. | ||
Our vulnerability management team will respond within 5 working days of your email. | ||
If the issue is confirmed as a vulnerability, we will open a Security Advisory. | ||
This project follows a 90 day disclosure timeline. |
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,11 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
|
||
- package-ecosystem: pip | ||
directory: /docs | ||
schedule: | ||
interval: weekly |
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,29 @@ | ||
name: github-AT2 | ||
|
||
on: | ||
pull_request: | ||
paths-ignore: | ||
- '**/*.rst' | ||
- '**/*.md' | ||
- '**/requirements.txt' | ||
- '**/*.py' | ||
- 'docs/**' | ||
types: [ opened, reopened, synchronize ] | ||
|
||
permissions: | ||
contents: none | ||
|
||
# Cancels any in progress 'workflow' associated with this PR | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
mi210: | ||
uses: ./.github/workflows/mi210.yml | ||
h100: | ||
uses: ./.github/workflows/h100.yml | ||
bdw: | ||
uses: ./.github/workflows/bdw.yml | ||
#spr: | ||
#uses: ./.github/workflows/spr.yml |
Oops, something went wrong.