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

Fix warnings, asserts in bitpackign mappings and is_One #549

Merged
merged 4 commits into from
Jun 30, 2022

Conversation

bernhardmgruber
Copy link
Member

This PR fixes a warning, asserts that exponent bits BitPackedFloatSoA and value bits in BitPackedIntSoA are not zero and adds the trait is_One<T> to detect whether a type is an instance of llama::One.

@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #549 (a51890e) into develop (2eb3795) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #549   +/-   ##
========================================
  Coverage    98.79%   98.79%           
========================================
  Files           64       64           
  Lines         5868     5870    +2     
========================================
+ Hits          5797     5799    +2     
  Misses          71       71           

@bernhardmgruber bernhardmgruber merged commit 173563d into alpaka-group:develop Jun 30, 2022
@bernhardmgruber bernhardmgruber deleted the fixes branch June 30, 2022 23:45
@bernhardmgruber bernhardmgruber changed the title Fix warnings, assert and is_One Fix warnings, asserts in bitpackign mappings and is_One Dec 13, 2022
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