Skip to content

Implement and test bounded types on CUDA - #231

Merged
mborland merged 6 commits into
developfrom
bounded_CUDA
Jul 8, 2026
Merged

Implement and test bounded types on CUDA#231
mborland merged 6 commits into
developfrom
bounded_CUDA

Conversation

@mborland

@mborland mborland commented Jul 8, 2026

Copy link
Copy Markdown
Member

Closes: #229

@mborland mborland added the enhancement New feature or request label Jul 8, 2026
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://231.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-07-08 17:07:23 UTC

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.8%. Comparing base (e32013f) to head (adf27d7).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #231     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          211     212      +1     
  Lines        15289   15295      +6     
  Branches      5700    5701      +1     
=========================================
+ Hits         15092   15098      +6     
  Misses         116     116             
  Partials        81      81             
Files with missing lines Coverage Δ
include/boost/safe_numbers/bounded_floats.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/bounded_integers.hpp 99.0% <100.0%> (+0.1%) ⬆️
test/test_device_error_mapping.cpp 100.0% <100.0%> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e32013f...adf27d7. 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 7c96b07 into develop Jul 8, 2026
55 checks passed
@mborland
mborland deleted the bounded_CUDA branch July 8, 2026 18:24
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.

Bounded types should be able to run on device

2 participants