123456789101112131415161718192021222324252627282930 |
- #ifndef __DW_CHOLESKY_MODELS_H__
- #define __DW_CHOLESKY_MODELS_H__
- #include <starpu.h>
- #define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
- extern struct starpu_perfmodel chol_model_11;
- extern struct starpu_perfmodel chol_model_21;
- extern struct starpu_perfmodel chol_model_22;
- #endif
|