You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only appears with gcc-12 and clang-15, and only when run on SVE2 hardware. However. With gcc-11 and clang-14, the test passes normally. At the same time, when built as standalone (FAT_RUNTIME=False) tests pass again without issues. EDIT: Actually it fails with gcc-11 and clang-14 as well on SVE2 hardware.
ASAN builds will probably help in this case when enable in CI for all configurations. #170
It was actually not related to SVE2 code directly, but rather because of the way each engine implementation offset was calculated in a hard-coded way using a macro. That proved to be a very very hard to track bug.
This only appears with gcc-12 and clang-15, and only when run on SVE2 hardware. However. With gcc-11 and clang-14, the test passes normally. At the same time, when built as standalone (FAT_RUNTIME=False) tests pass again without issues. EDIT: Actually it fails with gcc-11 and clang-14 as well on SVE2 hardware.
ASAN builds will probably help in this case when enable in CI for all configurations. #170
The text was updated successfully, but these errors were encountered: