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

Disable a SIMD testing failing in GH #754

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

I fail to reproduce the test locally. All tests pass with ASAN locally.

codecov[bot] commented 1 year ago

Codecov Report

Merging #754 (2c67bac) into develop (ff6f1bb) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #754 +/- ## ======================================== Coverage 98.78% 98.78% ======================================== Files 75 75 Lines 7234 7234 ======================================== Hits 7146 7146 Misses 88 88 ```
bernhardmgruber commented 1 year ago

Just as I thought, disabling the offending SIMD test on g++-12 and g++-13 just makes the tests crash in another part of the unit tests.