Skip to content

Add and test CUDA support for library free functions#155

Merged
mborland merged 36 commits intodevelopfrom
138
Mar 27, 2026
Merged

Add and test CUDA support for library free functions#155
mborland merged 36 commits intodevelopfrom
138

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #138

@mborland mborland added this to the v0.1.0 milestone Mar 26, 2026
@mborland mborland self-assigned this Mar 26, 2026
@mborland mborland added the enhancement New feature or request label Mar 26, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.7%. Comparing base (dd6cf2a) to head (df77270).
⚠️ Report is 37 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #155   +/-   ##
=======================================
  Coverage     97.7%   97.7%           
=======================================
  Files          116     116           
  Lines         8497    8497           
  Branches      3219    3219           
=======================================
  Hits          8300    8300           
  Misses         131     131           
  Partials        66      66           
Files with missing lines Coverage Δ
include/boost/safe_numbers/bit.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/byte_conversions.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/charconv.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/detail/num_digits.hpp 87.1% <ø> (ø)
include/boost/safe_numbers/detail/rtz.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/integer_utilities.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/numeric.hpp 100.0% <100.0%> (ø)

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 dd6cf2a...df77270. Read the comment docs.

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

@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://155.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-03-27 16:09:35 UTC

@mborland mborland merged commit 743af1b into develop Mar 27, 2026
31 of 40 checks passed
@mborland mborland deleted the 138 branch March 27, 2026 17:22
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 and test library functions of unsigned integers on CUDA

2 participants