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 wrongly defined Blob concept #659

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

The previous definition only did a syntax check but did not evaluate the expression.

codecov[bot] commented 1 year ago

Codecov Report

Merging #659 (4bd78dc) into develop (38ebb45) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #659 +/- ## ======================================== Coverage 98.75% 98.75% ======================================== Files 74 74 Lines 6828 6838 +10 ======================================== + Hits 6743 6753 +10 Misses 85 85 ```