Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 98b3a53b authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

include: Add the CHAMELEON_PREC_... variable to config.h to enable simpler...

include: Add the CHAMELEON_PREC_... variable to config.h to enable simpler detection of the arithmetics that are enabled or not.
parent b124286a
No related branches found
No related tags found
1 merge request!401Add all the architecture to manage multi-precision data descriptors.
......@@ -57,6 +57,14 @@
#cmakedefine CHAMELEON_USE_CUBLAS
#cmakedefine CHAMELEON_USE_HIP
/* Arithmetics support */
#cmakedefine CHAMELEON_PREC_S
#cmakedefine CHAMELEON_PREC_D
#cmakedefine CHAMELEON_PREC_C
#cmakedefine CHAMELEON_PREC_Z
#cmakedefine CHAMELEON_PREC_DS
#cmakedefine CHAMELEON_PREC_ZC
/* Hmat-oss */
#cmakedefine CHAMELEON_USE_HMAT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment