-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.3.0 for master #627
Conversation
change the name and the commit number of CudaArchitectureSelector
We only need num_cols columns, not stride
* Copy libraries with correct version + symlinks * Add RPATH linker flag * Add missing pthread flag
* formatting * fix duplicate output * add example description Co-authored-by: Yuhsiang M. Tsai <yhmtsai@gmail.com> Co-authored-by: Fritz Goebel <goebel.fritz@googlemail.com>
1. use components prefix_sum in parilut 2. prefix_sum uses correct shared_memory value_type
Co-authored-by: Tobias Ribizel <ribizel@kit.edu> Co-authored-by: Thomas Grützmacher <thomas.gruetzmacher@kit.edu>
Co-authored-by: Pratik Nayak <pratikvn@protonmail.com>
On some systems, this can cause problems if the two compilers are tied to different glib versions. At linking time (esp. for examples or tests), it is then possible that some symbols are not found.
Co-authored-by: Thomas Grützmacher <thomas.gruetzmacher@kit.edu> Co-authored-by: Terry Cojean <terry.cojean@kit.edu>
Co-authored-by: tcojean <terry.cojean@kit.edu>
* move away from CMake 2.8 * add project(...) to external projects * set a few CMake policies
+ Replace our own code with calls to the standard implementation + Do not directly call `xstd` in our code for base C++14 features.
+ Apply the filter only to specific file patterns. Replacing all `$` characters by `\f$` creates a big issue in bash and other languages where `$` has another signification. This convenience feature is needed only for the hpp/cpp/cu* files. + Remove the `FILE_VERSION_FILTER` from the Doxyfile configuration: this command is used to extract the version of every file and is always ran. We already publish the version of Ginkgo so it's unneeded. In addition, when building out of source, the example files are not part of a git repository and that creates issues. + Remove the `doxygen_image_path` as it's unused and throws a warning + Use `Ginkgo_SOURCE_DIR` to locate the md files instead of `../..`.
+ s/CygWin/Cygwin/ + Add a reference to the JOSS paper in `CITING.md` Co-authored-by: Yuhsiang M. Tsai <yhmtsai@gmail.com> Co-authored-by: Pratik Nayak <pratikvn@protonmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs 36.1% Coverage The version of Java (1.8.0_121) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
Codecov Report
@@ Coverage Diff @@
## master #627 +/- ##
==========================================
+ Coverage 84.22% 92.88% +8.66%
==========================================
Files 296 303 +7
Lines 20655 21331 +676
==========================================
+ Hits 17397 19814 +2417
+ Misses 3258 1517 -1741
Continue to review full report at Codecov.
|
This applies the release to the master branch.
To get a proper view of what really changed, use in the ginkgo repository:
This should correctly report that only a few references change from develop to master.