Add hip support for fft on gpu (generic interface)

This commit is contained in:
Dr. Mathieu Taillefumier 2022-01-21 15:40:03 +01:00 committed by Ole Schütt
parent 2113ae8416
commit b39dffac18
39 changed files with 2170 additions and 2626 deletions

View file

@ -62,6 +62,7 @@ FLAG_EXCEPTIONS = (
r"LIBXSMM_VERSION_MINOR",
r"LIBXSMM_VERSION_PATCH",
r"LIBXSMM_VERSION4",
r"__PW_CUDA_HIP_KERNELS",
)
FLAG_EXCEPTIONS_RE = re.compile(r"|".join(FLAG_EXCEPTIONS))