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 Locked accessor #773

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

This accessor protects each data access using a mutex.

codecov[bot] commented 1 year ago

Codecov Report

Merging #773 (063916d) into develop (5445f92) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #773 +/- ## ======================================== Coverage 98.79% 98.79% ======================================== Files 75 75 Lines 7286 7306 +20 ======================================== + Hits 7198 7218 +20 Misses 88 88 ```