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

Implement SIMD load/store between different record dimensions #819

Closed bernhardmgruber closed 10 months ago

bernhardmgruber commented 10 months ago

This fixes the llama-alpaka-nbody example, which is broken when ran for CPU targets.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c7014f3) 98.77% compared to head (e299692) 98.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #819 +/- ## =========================================== - Coverage 98.77% 98.77% -0.01% =========================================== Files 75 75 Lines 7370 7442 +72 =========================================== + Hits 7280 7351 +71 - Misses 90 91 +1 ```