Skip to content
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

use at-muladd for boundary coefficients in fast and threaded mode #159

Merged
merged 7 commits into from
Nov 30, 2022

Conversation

ranocha
Copy link
Owner

@ranocha ranocha commented Nov 29, 2022

This should give a noticeable speed-up - in particular in situations with relative many boundary nodes and few interior nodes, e.g., in trixi-framework/Trixi.jl#1275.

@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #159 (89e5ce7) into main (ae5e60f) will increase coverage by 0.14%.
The diff coverage is 96.15%.

@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
+ Coverage   91.05%   91.19%   +0.14%     
==========================================
  Files          32       32              
  Lines        5152     5395     +243     
==========================================
+ Hits         4691     4920     +229     
- Misses        461      475      +14     
Flag Coverage Δ
unittests 91.19% <96.15%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SummationByPartsOperators.jl 100.00% <ø> (ø)
src/SBP_operators.jl 90.12% <76.47%> (-2.95%) ⬇️
src/upwind_operators.jl 82.92% <80.00%> (+11.87%) ⬆️
src/SBP_coefficients/MattssonSvärdNordström2004.jl 98.42% <98.70%> (-0.63%) ⬇️
src/SBP_coefficients/Mattsson2012.jl 99.53% <100.00%> (+0.04%) ⬆️
src/dissipation_operators.jl 91.91% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coveralls
Copy link

coveralls commented Nov 29, 2022

Coverage Status

Coverage increased (+0.1%) to 91.196% when pulling 89e5ce7 on hr/MulAdd into ae5e60f on main.

@ranocha ranocha merged commit 80da26e into main Nov 30, 2022
@ranocha ranocha deleted the hr/MulAdd branch November 30, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants