From 7558860e33a2427c456854a30fd2c71540f9b6f8 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 13 Dec 2016 17:44:57 +0100 Subject: [PATCH] fix condition here --- runtime/starpu/codelets/codelet_zlatro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c index 691402030..9aa23859b 100644 --- a/runtime/starpu/codelets/codelet_zlatro.c +++ b/runtime/starpu/codelets/codelet_zlatro.c @@ -68,7 +68,7 @@ void MORSE_TASK_zlatro(const MORSE_option_t *options, (void)mb; } -#if defined(CHAMELEON_SIMULATION) +#if !defined(CHAMELEON_SIMULATION) static void cl_zlatro_cpu_func(void *descr[], void *cl_arg) { MORSE_enum uplo; -- GitLab