alpaka-group / llama

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

Test manual AoSoA SIMD for 8 and 16 lanes #818

Closed bernhardmgruber closed 8 months ago

bernhardmgruber commented 8 months ago

Also: Align manual AoSoA SIMD blocks to SIMD width instead of 64.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (40c07af) 98.77% compared to head (0b7df30) 98.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #818 +/- ## ======================================== Coverage 98.77% 98.77% ======================================== Files 75 75 Lines 7370 7370 ======================================== Hits 7280 7280 Misses 90 90 ```