-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: enable optimisations, use master of reporting libraries (#2186)
* libsonata-report, reportinglib: default to building master * libsonata-report, reportinglib: single %gcc build * neuron: no more debug variant, prefer build_type=FastDebug * BLUECONFIGS_BRANCH: support dynamic setting This should be picked up from GitHub PR descriptions using the CI_BRANCHES syntax, or if it is set manually when launching a pipeline using the GitLab UI. * [email protected] + OpenMP: fixes including for -O1 - Add explicit mapping clauses to avoid a crash in test-solver when compiled with optimisations enabled. - Use an explicit if (nt->compute_gpu) block instead of relying on if clauses in OpenACC and OpenMP directives; nvc++ 22.3 does not seem to respect these clauses at least in some cases. - To avoid code duplication, introduce a solve_interleaved2_loop_body function that combines the triangularisation and back substitution steps. - Because the compiler cannot deal with many layers of function calls in device code, manually inline function calls into solve_interleaved2_loop_body. * tqperf: bump past tqperf#14.
- Loading branch information
Showing
3 changed files
with
172 additions
and
136 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
Oops, something went wrong.