From 0f27a0da04e82cca7643fc165a056ceae9119015 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 13 Apr 2016 13:18:18 +0000
Subject: [PATCH] copy all the diag in d for cuda_zgeqr/lqt

---
 coreblas/compute/core_zgesplit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index aa0dbfe3d..6bd4a3a70 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -98,7 +98,7 @@ int CORE_zgesplit(MORSE_enum side, MORSE_enum diag,
     }
 
     LAPACKE_zlacpy_work(LAPACK_COL_MAJOR,
-                        morse_lapack_const(uplo),
+                        morse_lapack_const(MorseUpperLower),
                         M, N, A, LDA, B, LDB);
 
     LAPACKE_zlaset_work(LAPACK_COL_MAJOR,
-- 
GitLab