Mentions légales du service

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

Add missing include

parent 73a65e2f
No related branches found
No related tags found
1 merge request!55Fix #42 - HQR header installation
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#ifndef __CODELET_PROFILE_H__ #ifndef __CODELET_PROFILE_H__
#define __CODELET_PROFILE_H__ #define __CODELET_PROFILE_H__
#include <math.h>
#define CHAMELEON_CL_CB(name, _m, _n, _k, _nflops) \ #define CHAMELEON_CL_CB(name, _m, _n, _k, _nflops) \
static measure_t name##_perf[STARPU_NMAXWORKERS]; \ static measure_t name##_perf[STARPU_NMAXWORKERS]; \
void cl_##name##_callback() \ void cl_##name##_callback() \
......
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