mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
DBM_VALIDATE_AGAINST_LIBXSMM to enable internal validation (#4048)
- Compile-time/opt-in with -DDBM_VALIDATE_AGAINST_LIBXSMM. - TODO: more sophistication like injecting error margin.
This commit is contained in:
parent
0d4bf46ef2
commit
91946afd07
2 changed files with 49 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ FLAG_EXCEPTIONS = (
|
|||
r"CUDA_VERSION",
|
||||
r"DBM_LIBXSMM_PREFETCH",
|
||||
r"DBM_VALIDATE_AGAINST_DBCSR",
|
||||
r"DBM_VALIDATE_AGAINST_LIBXSMM",
|
||||
r"OPENMP_TRACE_SYMBOL",
|
||||
r"OPENCL_DBM_.+",
|
||||
r"ACC_OPENCL_.+",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue