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 a compile time benchmark #796

Closed bernhardmgruber closed 11 months ago

bernhardmgruber commented 11 months ago

This adds a small benchmark with configureable record dimension size, so we can benchmark the impact of record dimension size on the compilation time.

codecov[bot] commented 11 months ago

Codecov Report

Merging #796 (b7f6a7b) into develop (8b711eb) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #796 +/- ## ======================================== Coverage 98.79% 98.79% ======================================== Files 75 75 Lines 7310 7318 +8 ======================================== + Hits 7222 7230 +8 Misses 88 88 ```
bernhardmgruber commented 11 months ago

image