alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

Add new mapping BitPackedFloatAoS #687

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

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.

codecov[bot] commented 1 year ago

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 ```diff @@ Coverage Diff @@ ## develop #687 +/- ## ======================================== Coverage 98.75% 98.76% ======================================== Files 74 74 Lines 7015 7049 +34 ======================================== + Hits 6928 6962 +34 Misses 87 87 ```