-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/sycl-ci
- Loading branch information
Showing
147 changed files
with
3,783 additions
and
3,165 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file | ||
# | ||
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception | ||
|
||
BasedOnStyle: google | ||
SortIncludes: false | ||
AlignConsecutiveAssignments: true | ||
AllowShortCaseLabelsOnASingleLine: true | ||
AllowShortIfStatementsOnASingleLine: true | ||
AllowShortIfStatementsOnASingleLine: true | ||
CommentPragmas: ' SPDX-' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file | ||
# | ||
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception | ||
|
||
# Clean old Docker and Singularity images that are too old periodically or | ||
# manually. | ||
|
||
|
@@ -16,7 +20,7 @@ jobs: | |
- name: Cleanup old images | ||
uses: SmartsquareGmbH/[email protected] | ||
with: | ||
organization: cexa-project | ||
organization: kokkos | ||
type: container | ||
names: | | ||
kokkos-fft/base_nvcc_main | ||
|
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,15 @@ | ||
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: REUSE Compliance Check | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: REUSE Compliance Check | ||
uses: fsfe/reuse-action@v3 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file | ||
SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception | ||
|
||
Multiple people have contributed to kokkos-fft. To show our appreciation for their | ||
public spirit, we list here in alphabetical order a condensed list of their | ||
contributions. | ||
|
@@ -8,7 +11,10 @@ Yuuichi Asahi - CEA (yuuichi.asahi(at)cea.fr) | |
* Initial designer and first development steps | ||
* Developer | ||
|
||
Julien Bigot - CEA ([email protected]) | ||
* Licensing info | ||
|
||
Paul Zehner - CEA (paul.Zehner(at)cea.fr) | ||
* Co-maintainer | ||
* CI/CD | ||
* Developer | ||
* Developer |
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 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see below | ||
SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception | ||
--> | ||
|
||
The Kokkos-FFT project licencing information follows the REUSE specification. | ||
|
||
It is distributed under either: | ||
* the MIT License whose full text is available in the LICENSES/MIT.txt file, | ||
or, at your option, | ||
* the Apache-2.0 licence with LLVM exception whose full text is available in | ||
the LICENSES/Apache-2.0.txt and LICENSES/LLVM-exception.txt files. | ||
|
||
For the purpose of copyright, the Kokkos-FFT development team is defined as follow: | ||
* Centre national de la recherche scientifique (CNRS) | ||
* Commissariat a l'énergie atomique et aux énergies alternatives (CEA) | ||
* Université Paris-Saclay | ||
* Université de Versailles Saint-Quentin-en-Yvelines (UVSQ) |
Oops, something went wrong.