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

bitset: Remove dependency to cstdlib #145

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Apr 28, 2020

The bitset module is the only consumer of the cstdlib module. cstdlib itself only contains a helper function to compute the quotient and remainder of an integer division for the special case of power-of-2 divisors, which mixes parts of cstdlib and bit. Remove the dependency to cstdlib such that this (helper) module may be deprecated in the future.

@stotko stotko added this to the 1.3.0 milestone Apr 28, 2020
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #145 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   97.65%   97.65%           
=======================================
  Files          28       28           
  Lines        1703     1705    +2     
=======================================
+ Hits         1663     1665    +2     
  Misses         40       40           
Impacted Files Coverage Δ
src/stdgpu/impl/unordered_base_detail.cuh 96.50% <ø> (ø)
src/stdgpu/impl/bitset_detail.cuh 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

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

@stotko stotko merged commit 25896b5 into master Apr 28, 2020
@stotko stotko deleted the bitset_cstdlib_cleanup branch April 28, 2020 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant