Skip to content

Experimental MAS PCG solver#97

Draft
iiiian wants to merge 11 commits intomainfrom
mas-final
Draft

Experimental MAS PCG solver#97
iiiian wants to merge 11 commits intomainfrom
mas-final

Conversation

@iiiian
Copy link
Copy Markdown
Contributor

@iiiian iiiian commented Apr 20, 2026

Tested on cuda 13 only.

Compile

Pass -DPOLYSOLVE_WITH_CUDA=1 during configuration.

Important json para

"block_dim"          -> Use 1 for scalar problem, 2 for 2d problem, 3 for 3d problem.
"relative_tolerance" -> Relative residual
"absolute_tolerance" -> Absolute residual

Logging

Top enable timing break down, replace SPDLOG_TRACE with SPDLOG_INFO in source.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.52%. Comparing base (19cc8ec) to head (f03c436).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   80.50%   80.52%   +0.01%     
==========================================
  Files          49       49              
  Lines        2119     2121       +2     
  Branches      283      284       +1     
==========================================
+ Hits         1706     1708       +2     
  Misses        413      413              
Flag Coverage Δ
polysolve 80.52% <100.00%> (+0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant