From 5c9befffd39a92ec97108b8882ca9a0a17f2bd95 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 5 Feb 2018 19:04:32 +0100
Subject: [PATCH] Remove COMPLEX/REAL from satrpu codelets

---
 runtime/starpu/codelets/codelet_ztslqt.c | 2 --
 runtime/starpu/codelets/codelet_ztsqrt.c | 2 --
 2 files changed, 4 deletions(-)

diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
index ee9b2cc56..f99360108 100644
--- a/runtime/starpu/codelets/codelet_ztslqt.c
+++ b/runtime/starpu/codelets/codelet_ztslqt.c
@@ -25,8 +25,6 @@
  */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
-#undef REAL
-#define COMPLEX
 
 /**
  *
diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
index 1f82cf8fc..00c75abd7 100644
--- a/runtime/starpu/codelets/codelet_ztsqrt.c
+++ b/runtime/starpu/codelets/codelet_ztsqrt.c
@@ -25,8 +25,6 @@
  */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
-#undef REAL
-#define COMPLEX
 
 /**
  *
-- 
GitLab