mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Add hip support for fft on gpu (generic interface)
This commit is contained in:
parent
2113ae8416
commit
b39dffac18
39 changed files with 2170 additions and 2626 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue