CHAMELEON 1.4.0
Loading...
Searching...
No Matches

◆ CHAMELEON_Enable()

int CHAMELEON_Enable ( int  option)

CHAMELEON_Enable - Enable CHAMELEON feature.

Parameters
[in]optionFeature to be enabled:
  • CHAMELEON_WARNINGS Printing of warning messages.
  • CHAMELEON_AUTOTUNING Autotuning for tile size and inner block size.
  • CHAMELEON_GENERATE_TRACE Enable/start the trace generation.
  • CHAMELEON_GENERATE_STATS Enable/start the kernel statistics.
  • CHAMELEON_PROGRESS Enable the progress indicator.
  • CHAMELEON_GEMM3M Use z/cgemm3m for complexe matrix-matrix products.
  • CHAMELEON_GENERIC Enforce generic algorithms instead of 2DBC specific algotihms.
Return values
CHAMELEON_SUCCESSsuccessful exit

Definition at line 245 of file context.c.

References chameleon_context_self(), and chameleon_error().