Skip to content

Add CUDA support and testing for mixed decimal arithmetic #1376

Merged
mborland merged 6 commits intodevelopfrom
1373
Apr 9, 2026
Merged

Add CUDA support and testing for mixed decimal arithmetic #1376
mborland merged 6 commits intodevelopfrom
1373

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 9, 2026

Closes: #1373

@mborland mborland self-assigned this Apr 9, 2026
@mborland mborland added the enhancement New feature or request label Apr 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.6%. Comparing base (73bf06e) to head (8120ce8).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1376     +/-   ##
=========================================
- Coverage     98.6%   98.6%   -0.0%     
=========================================
  Files          284     284             
  Lines        22676   22675      -1     
  Branches      1974    1974             
=========================================
- Hits         22343   22338      -5     
- Misses         333     337      +4     
Files with missing lines Coverage Δ
include/boost/decimal/decimal128_t.hpp 96.0% <100.0%> (ø)
include/boost/decimal/decimal32_t.hpp 95.9% <100.0%> (ø)
include/boost/decimal/decimal64_t.hpp 94.8% <100.0%> (ø)
include/boost/decimal/decimal_fast32_t.hpp 97.8% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/detail/comparison.hpp 96.8% <100.0%> (ø)
.../boost/decimal/detail/mixed_decimal_arithmetic.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/to_decimal.hpp 100.0% <100.0%> (ø)

... and 2 files 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 73bf06e...8120ce8. 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 ff0fb2c into develop Apr 9, 2026
78 checks passed
@mborland mborland deleted the 1373 branch April 9, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CUDA support to mixed decimal type operations

1 participant