Skip to content

Commit

Permalink
Merge pull request #24 from SC-SGS/develop
Browse files Browse the repository at this point in the history
Merge develop changes into main
  • Loading branch information
vancraar authored May 13, 2022
2 parents 08e81b1 + c5327c8 commit 775d5c4
Show file tree
Hide file tree
Showing 122 changed files with 5,607 additions and 2,087 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 13 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,24 @@ CTestTestfile.cmake

# Project related ================================

# ignore everything in the autogenerated folder, except the README
include/plssvm/backends/autogenerated/*
!include/plssvm/backends/autogenerated/README.md
src/plssvm/backends/autogenerated/*
!src/plssvm/backends/autogenerated/README.md
tests/backends/autogenerated/*
!tests/backends/autogenerated/README.md

# auto-generated version header
include/plssvm/version/version.hpp

# generated documentation
!docs/
docs/*
!docs/resources/
!docs/CMakeLists.txt

# auto-generated version header
include/plssvm/version/version.hpp
!docs/plssvm-train.1.in
!docs/plssvm-predict.1.in

# data in test folder
!tests/data/
Expand Down
229 changes: 162 additions & 67 deletions .jenkins/Jenkinsfile-AMD-tests → .jenkins/Jenkinsfile-Tests-CPU

Large diffs are not rendered by default.

471 changes: 471 additions & 0 deletions .jenkins/Jenkinsfile-Tests-GPU_AMD

Large diffs are not rendered by default.

475 changes: 475 additions & 0 deletions .jenkins/Jenkinsfile-Tests-GPU_NVIDIA

Large diffs are not rendered by default.

Large diffs are not rendered by default.

297 changes: 0 additions & 297 deletions .jenkins/Jenkinsfile-tests

This file was deleted.

33 changes: 33 additions & 0 deletions CITATION.cff
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'
Loading

0 comments on commit 775d5c4

Please sign in to comment.