Skip to content

Add basic support for running decimal64_t on CUDA#1359

Merged
mborland merged 8 commits intodevelopfrom
1355
Apr 2, 2026
Merged

Add basic support for running decimal64_t on CUDA#1359
mborland merged 8 commits intodevelopfrom
1355

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 2, 2026

Closes: #1355

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 97.77778% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.6%. Comparing base (3c4e219) to head (0bcb79b).
⚠️ Report is 29 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/decimal/detail/fenv_rounding.hpp 33.4% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1359     +/-   ##
=========================================
+ Coverage     98.6%   98.6%   +0.1%     
=========================================
  Files          282     282             
  Lines        22539   22540      +1     
  Branches      1963    1963             
=========================================
+ Hits         22206   22207      +1     
  Misses         333     333             
Files with missing lines Coverage Δ
include/boost/decimal/decimal64_t.hpp 94.8% <100.0%> (ø)
include/boost/decimal/detail/attributes.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/div_impl.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/mul_impl.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/utilities.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/fenv_rounding.hpp 97.9% <33.4%> (-1.0%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c4e219...0bcb79b. Read the comment docs.

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

@mborland mborland merged commit a07d93a into develop Apr 2, 2026
78 checks passed
@mborland mborland deleted the 1355 branch April 2, 2026 23:02
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.

Add CUDA support to decimal64_t construction and basic operations

1 participant