-
Notifications
You must be signed in to change notification settings - Fork 277
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 #919 from DrTimothyAldenDavis/dev
SuiteSparse 7.10.0 with GraphBLAS 10.0.0
- Loading branch information
Showing
5,180 changed files
with
85,214 additions
and
95,005 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners | ||
runs-on: windows-latest | ||
|
||
name: msvc (${{ matrix.cc }} ${{ matrix.openmp }} OpenMP ${{ matrix.cuda }} CUDA, ${{ matrix.link }}) | ||
name: msvc (${{ matrix.cc }} ${{ matrix.openmp }} OpenMP, ${{ matrix.link }}) | ||
|
||
defaults: | ||
run: | ||
|
@@ -36,38 +36,23 @@ jobs: | |
|
||
matrix: | ||
openmp: [with] | ||
cuda: [with] | ||
link: [both] | ||
cc: [cl] | ||
cxx: [cl] | ||
include: | ||
- openmp: with | ||
cuda: with | ||
link: both | ||
cc: cl | ||
cxx: cl | ||
- openmp: with | ||
cuda: without | ||
link: both | ||
cc: cl | ||
cxx: cl | ||
- openmp: without | ||
cuda: without | ||
link: both | ||
cc: cl | ||
cxx: cl | ||
- openmp: with | ||
cuda: with | ||
link: static | ||
cc: cl | ||
cxx: cl | ||
- openmp: with | ||
cuda: without | ||
link: both | ||
cc: clang-cl | ||
cxx: clang-cl | ||
- openmp: with | ||
cuda: without | ||
link: both | ||
cc: clang | ||
cxx: clang++ | ||
|
@@ -126,7 +111,7 @@ jobs: | |
msystem: UCRT64 | ||
|
||
- uses: Jimver/[email protected].18 | ||
- uses: Jimver/[email protected].21 | ||
name: install CUDA toolkit | ||
if: matrix.cuda == 'with' | ||
id: cuda-toolkit | ||
|
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
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
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.