-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: set up sccache * ci: Add crush statistical tests * ci: Add statistical tests for distributions * ci: Use sccache with statistical tests * build(docs): update and cleanup depedencies * ci: Do not create packages with static libraries Binaries of tests and benchmarks are large with static linking, packing takes about 12 minutes (though these packages are not used). * remove TBB dependency The host-side generators are only really provided for cuRAND compatibility. Their performance is not really of interest, and removing the TBB dependency eases packaging and maintenance. * Resolve "Add small examples to API documentation" * fix(benchmark/tuning): fix one definition rule violation * Apply suggestions from code review docs(api-reference/cpp-api): improve grammar and punctuation Co-authored-by: Jeffrey Novotny <[email protected]> * docs(api-reference/cpp-api): reword sections in c host api * chore: bump version and fix changelog --------- Co-authored-by: Robin Voetter <[email protected]> Co-authored-by: Anton Gorenko <[email protected]> Co-authored-by: Borys Petrov <[email protected]> Co-authored-by: Mátyás Aradi <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
- Loading branch information
1 parent
85d2c98
commit 7f0ee87
Showing
8 changed files
with
261 additions
and
28 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
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
/doxygen/xml/ | ||
/doxygen/*.tag | ||
/sphinx/_toc.yml | ||
fortran-api-reference.md |
Oops, something went wrong.