From e621c8b409f9bdfc979c8c3725ad7dc6dc210e13 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 12 Mar 2024 14:40:45 +0100
Subject: [PATCH] header/coreblas: add the tile version of the functions into
 the main header to ease the access in map functions

---
 coreblas/include/coreblas.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index ee6cda933..cc889a9ee 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -18,7 +18,7 @@
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2023-08-31
+ * @date 2024-03-14
  *
  */
 #ifndef _coreblas_h_
@@ -51,6 +51,13 @@ BEGIN_C_DECLS
 #include "coreblas/coreblas_zc.h"
 #include "coreblas/coreblas_ds.h"
 
+#include "coreblas/coreblas_ztile.h"
+#include "coreblas/coreblas_dtile.h"
+#include "coreblas/coreblas_ctile.h"
+#include "coreblas/coreblas_stile.h"
+#include "coreblas/coreblas_zctile.h"
+#include "coreblas/coreblas_dstile.h"
+
 END_C_DECLS
 
 /**
-- 
GitLab