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

Fix a few issues in copy implementation #840

Closed bernhardmgruber closed 7 months ago

bernhardmgruber commented 7 months ago

This PR fixes a couple of issues in the LLAMA copy implementation, adds a few tests for it, and adds more information to the output of the viewcopy benchmark.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (5cfc8d0) 98.73% compared to head (de44d79) 98.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #840 +/- ## ======================================== Coverage 98.73% 98.73% ======================================== Files 70 70 Lines 6898 6902 +4 ======================================== + Hits 6811 6815 +4 Misses 87 87 ```