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 new mapping BitPackedFloatAoS #687

Merged

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Jan 20, 2023

This PR adds a new mapping, the BitPackedFloatAoS, which reduces the precision of floating-point values and packs them into a specified amount of bits. Successive records are repeated in an AoS style.

@bernhardmgruber bernhardmgruber marked this pull request as ready for review January 21, 2023 12:18
@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

Merging #687 (d861c2a) into develop (2c8bf5c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #687   +/-   ##
========================================
  Coverage    98.75%   98.76%           
========================================
  Files           74       74           
  Lines         7015     7049   +34     
========================================
+ Hits          6928     6962   +34     
  Misses          87       87           

@bernhardmgruber bernhardmgruber merged commit 5f640c8 into alpaka-group:develop Jan 21, 2023
@bernhardmgruber bernhardmgruber deleted the bitpackedfloataos branch January 21, 2023 16:37
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