Preparation for LIBXSMM 2.0 (#1879)

* Suppressed LIBXSMM_VERSION_MAJOR, LIBXSMM_VERSION_MINOR, and LIBXSMM_VERSION_PATCH.
This commit is contained in:
Hans Pabst 2022-01-18 13:07:17 +01:00 committed by GitHub
parent 6eac975bc5
commit 9e61525887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -58,6 +58,9 @@ FLAG_EXCEPTIONS = (
r"__T_C_G0",
r"__YUKAWA",
r"__cplusplus",
r"LIBXSMM_VERSION_MAJOR",
r"LIBXSMM_VERSION_MINOR",
r"LIBXSMM_VERSION_PATCH",
)
FLAG_EXCEPTIONS_RE = re.compile(r"|".join(FLAG_EXCEPTIONS))