Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CUDA support to decimal32 and decimal64 basic ops #719

Merged
merged 10 commits into from
Aug 13, 2024
Merged

Conversation

mborland
Copy link
Member

Adds CUDA support for decimal32 and decimal64 operators add, sub, mul, and div

@mborland mborland changed the title Add CUDA support do decimal32 and decimal64 basic ops Add CUDA support to decimal32 and decimal64 basic ops Aug 13, 2024
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.1%. Comparing base (fe54452) to head (62e5473).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #719   +/-   ##
=======================================
  Coverage     99.1%   99.1%           
=======================================
  Files          230     230           
  Lines        16432   16432           
  Branches      1781    1781           
=======================================
  Hits         16278   16278           
  Misses         154     154           
Files Coverage Δ
include/boost/decimal/decimal32.hpp 98.8% <100.0%> (ø)
include/boost/decimal/decimal64.hpp 99.3% <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 fe54452...62e5473. Read the comment docs.

@mborland mborland merged commit f04b546 into develop Aug 13, 2024
65 checks passed
@mborland mborland deleted the IEEE_CUDA branch August 13, 2024 17:10
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