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

Remove deprecated tree mapping #839

Closed bernhardmgruber closed 8 months ago

bernhardmgruber commented 8 months ago

This PR removes the tree mapping, which has been left basically unmodified since I took over the project more than 3.5 years ago. I remove it to make the LLAMA library leaner, more maintainable, and because I think the approach was to complex.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (0bad022) 98.77% compared to head (bc04953) 98.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #839 +/- ## =========================================== - Coverage 98.77% 98.72% -0.05% =========================================== Files 75 70 -5 Lines 7445 6842 -603 =========================================== - Hits 7354 6755 -599 + Misses 91 87 -4 ```