-
Notifications
You must be signed in to change notification settings - Fork 10
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 #24 from SC-SGS/develop
Merge develop changes into main
- Loading branch information
Showing
122 changed files
with
5,607 additions
and
2,087 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 |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
uses: ilammy/[email protected] | ||
with: | ||
toolset: 14.29 | ||
- name: "Install cmake 3.20.1" | ||
uses: lukka/get-cmake@v3.20.1 | ||
- name: "Install cmake 3.22.2" | ||
uses: lukka/get-cmake@v3.22.2 | ||
- name: "Clone Step" | ||
uses: actions/checkout@v2 | ||
with: | ||
|
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
229 changes: 162 additions & 67 deletions
229
.jenkins/Jenkinsfile-AMD-tests → .jenkins/Jenkinsfile-Tests-CPU
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
139 changes: 92 additions & 47 deletions
139
.jenkins/Jenkinsfile-multigpu-tests → .jenkins/Jenkinsfile-Tests-Multi-GPU
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: >- | ||
PLSSVM: A (multi-)GPGPU-accelerated Least Squares | ||
Support Vector Machine | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Alexander | ||
family-names: Van Craen | ||
email: [email protected] | ||
affiliation: University of Stuttgart | ||
orcid: 'https://orcid.org/0000-0002-3336-7226' | ||
- given-names: Marcel | ||
family-names: Breyer | ||
email: [email protected] | ||
affiliation: University of Stuttgart | ||
orcid: 'https://orcid.org/0000-0003-3574-0650' | ||
- given-names: Dirk | ||
family-names: Pflüger | ||
email: [email protected] | ||
affiliation: University of Stuttgart | ||
orcid: 'https://orcid.org/0000-0002-4360-0212' | ||
repository-code: 'https://github.com/SC-SGS/PLSSVM' | ||
url: 'https://sc-sgs.github.io/PLSSVM/' | ||
repository: 'https://github.com/SC-SGS/PLSSVM' | ||
license: MIT | ||
version: v1.2.0 | ||
date-released: '2022-04-27' |
Oops, something went wrong.