|
@@ -26,6 +26,10 @@
|
|
#include "xlu.h"
|
|
#include "xlu.h"
|
|
#include "xlu_kernels.h"
|
|
#include "xlu_kernels.h"
|
|
|
|
|
|
|
|
+#ifdef STARPU_HAVE_VALGRIND_H
|
|
|
|
+#include <valgrind/valgrind.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
static unsigned long size = 0;
|
|
static unsigned long size = 0;
|
|
static unsigned nblocks = 0;
|
|
static unsigned nblocks = 0;
|
|
static unsigned check = 0;
|
|
static unsigned check = 0;
|
|
@@ -344,6 +348,11 @@ int main(int argc, char **argv)
|
|
nblocks = 8*power_cbrt;
|
|
nblocks = 8*power_cbrt;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef STARPU_HAVE_VALGRIND_H
|
|
|
|
+ if (RUNNING_ON_VALGRIND)
|
|
|
|
+ size = 16;
|
|
|
|
+#endif
|
|
|
|
+
|
|
parse_args(argc, argv);
|
|
parse_args(argc, argv);
|
|
|
|
|
|
starpu_cublas_init();
|
|
starpu_cublas_init();
|